summaryrefslogtreecommitdiff
path: root/user-profiles/utils.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user-profiles/utils.nix')
-rw-r--r--user-profiles/utils.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/user-profiles/utils.nix b/user-profiles/utils.nix
index 5407276a..2e8a22f7 100644
--- a/user-profiles/utils.nix
+++ b/user-profiles/utils.nix
@@ -15,11 +15,11 @@
15 }; 15 };
16 16
17 home.packages = with pkgs; [ 17 home.packages = with pkgs; [
18 autossh usbutils pciutils exa ag pwgen unzip magic-wormhole 18 autossh usbutils pciutils exa silver-searcher pwgen unzip
19 qrencode tty-clock dnsutils openssl sshfs psmisc mosh tree 19 magic-wormhole qrencode tty-clock dnsutils openssl sshfs psmisc
20 vnstat file pv bc fast-cli zip nmap aspell aspellDicts.de 20 mosh tree vnstat file pv bc fast-cli zip nmap aspell
21 aspellDicts.en borgbackup man-pages rsync socat telnet yq 21 aspellDicts.de aspellDicts.en borgbackup man-pages rsync socat
22 cached-nix-shell persistent-nix-shell rage 22 inetutils yq cached-nix-shell persistent-nix-shell rage
23 ]; 23 ];
24 }; 24 };
25} 25}