This commit is contained in:
Sridhar Ratnakumar 2022-04-16 19:06:51 -04:00
parent 401dd42371
commit 2d209eb966
2 changed files with 2 additions and 8 deletions

View file

@ -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\"";
};
}

View file

@ -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.
#