diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-01-03 18:13:19 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-01-03 18:13:19 +0100 |
commit | 136bc53720a0424acc7e9c3a2f5402c8ebd76a3e (patch) | |
tree | ace8cc16f92f8b8675b9d1dc63f3dcc0a21ca470 /user-profiles | |
parent | 94b03d50d680bd001c059fe86668e02bd3f03e93 (diff) | |
download | nixos-136bc53720a0424acc7e9c3a2f5402c8ebd76a3e.tar nixos-136bc53720a0424acc7e9c3a2f5402c8ebd76a3e.tar.gz nixos-136bc53720a0424acc7e9c3a2f5402c8ebd76a3e.tar.bz2 nixos-136bc53720a0424acc7e9c3a2f5402c8ebd76a3e.tar.xz nixos-136bc53720a0424acc7e9c3a2f5402c8ebd76a3e.zip |
persistent-nix-shell
Diffstat (limited to 'user-profiles')
-rw-r--r-- | user-profiles/utils.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user-profiles/utils.nix b/user-profiles/utils.nix index 8b34279d..484af0a3 100644 --- a/user-profiles/utils.nix +++ b/user-profiles/utils.nix | |||
@@ -17,7 +17,7 @@ | |||
17 | qrencode tty-clock dnsutils openssl sshfs psmisc mosh tree | 17 | qrencode tty-clock dnsutils openssl sshfs psmisc mosh tree |
18 | vnstat file pv bc fast-cli zip nmap aspell aspellDicts.de | 18 | vnstat file pv bc fast-cli zip nmap aspell aspellDicts.de |
19 | aspellDicts.en borgbackup man-pages rsync socat telnet yq | 19 | aspellDicts.en borgbackup man-pages rsync socat telnet yq |
20 | cached-nix-shell | 20 | cached-nix-shell persistent-nix-shell |
21 | ]; | 21 | ]; |
22 | }; | 22 | }; |
23 | } | 23 | } |