diff --git a/home-cli.nix b/home-cli.nix index d8b83a3..32392d6 100644 --- a/home-cli.nix +++ b/home-cli.nix @@ -2,7 +2,7 @@ { 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 = { @@ -63,11 +63,11 @@ plugins = [ "git" ]; }; shellAliases = { - # l = "ls -la"; n = "nnn"; t = "tmux attach -d"; er = "rm -rf logs; unzip -o"; srsync = "rsync --rsync-path='sudo rsync'"; + tree = "lsd --tree"; }; }; @@ -216,7 +216,6 @@ programs.bat.enable = true; programs.gpg.enable = true; - programs.htop.enable = true; programs.mpv.enable = true; programs.jq.enable = true;