diff options
Diffstat (limited to 'system/modules')
-rw-r--r-- | system/modules/programs/passwords.nix | 9 | ||||
-rw-r--r-- | system/modules/user-interface.nix | 2 |
2 files changed, 0 insertions, 11 deletions
diff --git a/system/modules/programs/passwords.nix b/system/modules/programs/passwords.nix deleted file mode 100644 index 094ad29e..00000000 --- a/system/modules/programs/passwords.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ config, pkgs, ... }: - -{ environment.systemPackages = with pkgs.unstable; [ - keepassx-community - rofi-pass - pass - pwgen - ]; -} diff --git a/system/modules/user-interface.nix b/system/modules/user-interface.nix index 4cc600d4..d25a9176 100644 --- a/system/modules/user-interface.nix +++ b/system/modules/user-interface.nix @@ -30,8 +30,6 @@ weechat - unstable.pass-otp - mpv mosh |