diff options
author | Karel Kočí <cynerd@email.cz> | 2024-04-11 09:40:18 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2024-04-11 09:40:18 +0200 |
commit | 0254a755da33dfc800c6a738fa094bada8dc46bd (patch) | |
tree | ae97c19a94ae33a44d9d8f1da6a6aba8edea05c5 /nixos | |
parent | b8f5007dbcb0a9393016fec83a27b5a017327d2b (diff) | |
download | nixos-personal-0254a755da33dfc800c6a738fa094bada8dc46bd.tar.gz nixos-personal-0254a755da33dfc800c6a738fa094bada8dc46bd.tar.bz2 nixos-personal-0254a755da33dfc800c6a738fa094bada8dc46bd.zip |
nixos: drop shvspy
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/modules/desktop.nix | 2 | ||||
-rw-r--r-- | nixos/modules/develop.nix | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/nixos/modules/desktop.nix b/nixos/modules/desktop.nix index b145929..c45aa82 100644 --- a/nixos/modules/desktop.nix +++ b/nixos/modules/desktop.nix @@ -70,7 +70,7 @@ in { pinentry-curses (pass.withExtensions (exts: [ exts.pass-otp - exts.pass-audit + #exts.pass-audit ])) nextcloud-client diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix index d07bc66..25c40c3 100644 --- a/nixos/modules/develop.nix +++ b/nixos/modules/develop.nix @@ -148,7 +148,6 @@ in { stdmanpages # SHV - shvspy shvcli # Images |