summaryrefslogtreecommitdiff
path: root/home/ebisu/core
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-23 03:17:47 -0700
committerFuwn <[email protected]>2024-10-23 03:17:47 -0700
commite93bd762a581458b02bd0e69f26a1d003f795ec4 (patch)
treece2d121a90e1b93d11e0e527b2ff3c2d4f5e3a64 /home/ebisu/core
parenthome: move proton packages to module (diff)
downloadnixos-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.nix6
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
- ];
}