master
Dustin Swan 3 years ago
parent 569225ec2a
commit e3d39c14df

@ -2,7 +2,7 @@
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
ripgrep fd wget silver-searcher tree ranger nodejs yarn mosh w3m urlview nmap tuir gnupg youtube-dl nodePackages.tern nodePackages.eslint nodePackages.javascript-typescript-langserver ffmpeg ispell aspell aspellDicts.en aspellDicts.en-computers aspellDicts.en-science aspellDicts.fr aspellDicts.de aspellDicts.eo aspellDicts.es hexyl nnn entr httpie cacert catimg tldr ffsend du-dust duplicati python3 bitwarden-cli rage ripgrep fd wget nodejs yarn mosh w3m urlview nmap gnupg youtube-dl ffmpeg ispell aspell aspellDicts.en aspellDicts.en-computers aspellDicts.en-science aspellDicts.fr aspellDicts.de aspellDicts.eo aspellDicts.es hexyl nnn entr httpie cacert catimg tealdeer ffsend du-dust duplicati python3 bitwarden-cli rage sd nushell bottom magic-wormhole
]; ];
home.sessionVariables = { home.sessionVariables = {
@ -63,11 +63,11 @@
plugins = [ "git" ]; plugins = [ "git" ];
}; };
shellAliases = { shellAliases = {
# l = "ls -la";
n = "nnn"; n = "nnn";
t = "tmux attach -d"; t = "tmux attach -d";
er = "rm -rf logs; unzip -o"; er = "rm -rf logs; unzip -o";
srsync = "rsync --rsync-path='sudo rsync'"; srsync = "rsync --rsync-path='sudo rsync'";
tree = "lsd --tree";
}; };
}; };
@ -216,7 +216,6 @@
programs.bat.enable = true; programs.bat.enable = true;
programs.gpg.enable = true; programs.gpg.enable = true;
programs.htop.enable = true;
programs.mpv.enable = true; programs.mpv.enable = true;
programs.jq.enable = true; programs.jq.enable = true;

Loading…
Cancel
Save