diff --git a/profiles/develop/default.nix b/profiles/develop/default.nix index b2e45e27..74b86bb4 100644 --- a/profiles/develop/default.nix +++ b/profiles/develop/default.nix @@ -18,21 +18,15 @@ }; environment.systemPackages = with pkgs; [ - bzip2 + file git-crypt + gnupg htop less - gzip - file - lrzip ncdu - p7zip - tokei tig - unrar - unzip + tokei wget - xz ]; programs.thefuck.enable = true; diff --git a/profiles/develop/zsh/default.nix b/profiles/develop/zsh/default.nix index 76d403b9..deed2ed1 100644 --- a/profiles/develop/zsh/default.nix +++ b/profiles/develop/zsh/default.nix @@ -41,10 +41,17 @@ in }; systemPackages = with pkgs; [ + bzip2 direnv gitAndTools.hub + gzip + lrzip + p7zip skim + unrar + unzip zsh-completions + xz ]; };