This commit is contained in:
mjallen18
2025-03-19 21:15:00 -05:00
parent 30ace8874d
commit 894a8817cb

View File

@@ -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
];
};
}
];
};