From 894a8817cb3713a0b04aad1b0d01d35fe5217e3c Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Wed, 19 Mar 2025 21:15:00 -0500 Subject: [PATCH] ugh --- flake.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1ab556f..0697675 100755 --- a/flake.nix +++ b/flake.nix @@ -379,7 +379,14 @@ { home-manager.useGlobalPkgs = true; home-manager.useUserPackages = true; - home-manager.users.matt = import ./hosts/pi4/home.nix; + home-manager.users.matt = + { ... }: + { + imports = [ + ./hosts/pi4/home.nix + pi4-sops-nix.homeManagerModules.sops + ]; + }; } ]; };