diff options
Diffstat (limited to 'home/ebisu/core/system')
| -rw-r--r-- | home/ebisu/core/system/encryption/default.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/home/ebisu/core/system/encryption/default.nix b/home/ebisu/core/system/encryption/default.nix index 3cfbcf3..d2564b2 100644 --- a/home/ebisu/core/system/encryption/default.nix +++ b/home/ebisu/core/system/encryption/default.nix @@ -1,12 +1,6 @@ -{ pkgs, ... }: { imports = [ # ./bitwarden.nix ./proton.nix ]; - - home.packages = with pkgs; [ - libsForQt5.ksshaskpass - seahorse - ]; } |