aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 9ba73b5..e828c7a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -51,6 +51,7 @@
modules = [
./hosts/ginaz
home-manager-unstable.nixosModules.home-manager {
+ home-manager.sharedModules = [ sops-nix.homeManagerModules.sops ];
home-manager.users.root = import ./home/root/ginaz.nix;
home-manager.users.nipsy = import ./home/nipsy/ginaz.nix;
}