This commit is contained in:
mjallen18
2024-06-15 23:36:56 -05:00
parent d84d6109a1
commit 8b5808da5e
3 changed files with 123 additions and 0 deletions

View File

@@ -133,6 +133,13 @@
modules = [
nixos-hardware.nixosModules.raspberry-pi-4
./hosts/pi4/configuration.nix
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.matt = import ./hosts/pi4/home.nix;
}
];
};
};