diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-27 14:11:26 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-27 14:11:26 +0100 |
commit | 9c03c3a5b97d9712aaab2823daea63580f60b975 (patch) | |
tree | b82a6af54b5ec8bf840a3964b1a8db6b9a9f2a21 /user-profiles/utils.nix | |
parent | 0d09be5b612ca2c9f180a511a38ff05f69f3da33 (diff) | |
download | nixos-9c03c3a5b97d9712aaab2823daea63580f60b975.tar nixos-9c03c3a5b97d9712aaab2823daea63580f60b975.tar.gz nixos-9c03c3a5b97d9712aaab2823daea63580f60b975.tar.bz2 nixos-9c03c3a5b97d9712aaab2823daea63580f60b975.tar.xz nixos-9c03c3a5b97d9712aaab2823daea63580f60b975.zip |
bump
Diffstat (limited to 'user-profiles/utils.nix')
-rw-r--r-- | user-profiles/utils.nix | 10 |
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 | } |