summaryrefslogtreecommitdiff
path: root/user-profiles
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2024-08-16 14:51:56 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2024-08-16 14:51:56 +0200
commit82438392e9e3ebdeae7ed0ff7691bcdc00e13539 (patch)
tree3e9786e57023619f17bbb1fa03cf6494ed43784b /user-profiles
parent20e085ed6e2fba63e3b2453fee45efdb542e2906 (diff)
downloadnixos-82438392e9e3ebdeae7ed0ff7691bcdc00e13539.tar
nixos-82438392e9e3ebdeae7ed0ff7691bcdc00e13539.tar.gz
nixos-82438392e9e3ebdeae7ed0ff7691bcdc00e13539.tar.bz2
nixos-82438392e9e3ebdeae7ed0ff7691bcdc00e13539.tar.xz
nixos-82438392e9e3ebdeae7ed0ff7691bcdc00e13539.zip
...
Diffstat (limited to 'user-profiles')
-rw-r--r--user-profiles/utils.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/user-profiles/utils.nix b/user-profiles/utils.nix
index 5990c67f..13eb6033 100644
--- a/user-profiles/utils.nix
+++ b/user-profiles/utils.nix
@@ -68,6 +68,7 @@ in {
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 dscp 70 smartmontools hdparm nix-output-monitor wrappedLess dscp
71 iputils
71 ]; 72 ];
72 }; 73 };
73} 74}