diff options
| author | Fuwn <[email protected]> | 2024-10-23 03:17:47 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-23 03:17:47 -0700 |
| commit | e93bd762a581458b02bd0e69f26a1d003f795ec4 (patch) | |
| tree | ce2d121a90e1b93d11e0e527b2ff3c2d4f5e3a64 /home/ebisu/core | |
| parent | home: move proton packages to module (diff) | |
| download | nixos-config-e93bd762a581458b02bd0e69f26a1d003f795ec4.tar.xz nixos-config-e93bd762a581458b02bd0e69f26a1d003f795ec4.zip | |
home: move encryption subset to shared
Diffstat (limited to 'home/ebisu/core')
| -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 - ]; } |