aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-01-10 21:49:06 -0800
committerPreston Pan <ret2pop@gmail.com>2025-01-10 21:49:06 -0800
commitb9f83b1dbe2c1c6266495bf64da12cfd81d23965 (patch)
tree30552d5846c89d9f9013fcb49d04ec3296b45ff2 /flake.nix
parent7ca5c1c30306c6d80ae08b22300277fbed36c98f (diff)
maybe working sops-nix with ageHEADmain
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 0c914f9..69db601 100644
--- a/flake.nix
+++ b/flake.nix
@@ -61,6 +61,9 @@
sops-nix.nixosModules.sops
{
home-manager = {
+ sharedModules = [
+ sops-nix.homeManagerModules.sops
+ ];
useGlobalPkgs = true;
extraSpecialArgs = attrs;
useUserPackages = true;