diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-01-30 12:20:23 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-01-30 12:20:23 +0100 |
commit | cfc871cce6aefaa0ff64619780a807cba761c6b2 (patch) | |
tree | 965e8276ed36f11698b6c7d6eadab9f88d5f97c5 /user-profiles | |
parent | aa54fe89b98d354d21141c589332ce7950ef2e59 (diff) | |
download | nixos-cfc871cce6aefaa0ff64619780a807cba761c6b2.tar nixos-cfc871cce6aefaa0ff64619780a807cba761c6b2.tar.gz nixos-cfc871cce6aefaa0ff64619780a807cba761c6b2.tar.bz2 nixos-cfc871cce6aefaa0ff64619780a807cba761c6b2.tar.xz nixos-cfc871cce6aefaa0ff64619780a807cba761c6b2.zip |
...
Diffstat (limited to 'user-profiles')
-rw-r--r-- | user-profiles/utils.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user-profiles/utils.nix b/user-profiles/utils.nix index c04e3a03..48df50ea 100644 --- a/user-profiles/utils.nix +++ b/user-profiles/utils.nix | |||
@@ -62,9 +62,9 @@ in { | |||
62 | }; | 62 | }; |
63 | 63 | ||
64 | home.packages = with pkgs; [ | 64 | home.packages = with pkgs; [ |
65 | autossh usbutils pciutils exa silver-searcher pwgen unzip | 65 | autossh usbutils pciutils exa silver-searcher pwgen xkcdpass |
66 | magic-wormhole qrencode tty-clock dnsutils openssl sshfs psmisc | 66 | unzip magic-wormhole qrencode tty-clock dnsutils openssl sshfs |
67 | mosh tree vnstat file pv bc zip nmap aspell | 67 | psmisc mosh tree vnstat file pv bc zip nmap aspell |
68 | aspellDicts.de aspellDicts.en borgbackup man-pages rsync socat | 68 | aspellDicts.de aspellDicts.en borgbackup man-pages rsync socat |
69 | inetutils yq cached-nix-shell persistent-nix-shell rage | 69 | inetutils yq cached-nix-shell persistent-nix-shell rage |
70 | smartmontools hdparm nix-output-monitor wrappedLess | 70 | smartmontools hdparm nix-output-monitor wrappedLess |