mirror of
https://github.com/srid/nixos-config.git
synced 2026-02-28 07:55:17 +08:00
cleanup
This commit is contained in:
parent
401dd42371
commit
2d209eb966
2 changed files with 2 additions and 8 deletions
|
|
@ -2,13 +2,14 @@
|
|||
{
|
||||
shellAliases = {
|
||||
e = "nvim";
|
||||
ee = "nvim $(fzf)";
|
||||
g = "${pkgs.git}/bin/git";
|
||||
lg = "lazygit";
|
||||
ls = "${pkgs.exa}/bin/exa";
|
||||
l = "ls";
|
||||
ll = "ls -l";
|
||||
lt = "ls --tree";
|
||||
# Project tmux.
|
||||
pux = "sh -c \"tmux -S $(pwd).tmux attach\"";
|
||||
pux-iterm = "sh -c \"tmux -S $(pwd).tmux -CC attach\"";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,17 +5,10 @@
|
|||
# $ nix-env -qaP | grep wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget
|
||||
aria2
|
||||
ripgrep
|
||||
sd
|
||||
pass
|
||||
pandoc
|
||||
|
||||
mpv
|
||||
youtube-dl
|
||||
|
||||
xclip
|
||||
|
||||
# We must install Agda globally so that Doom-Emacs' agda config can
|
||||
# recognize it. It doesn't matter that our projects use Nix/direnv.
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue