diff --git a/README.org b/README.org index 91e6849..28845a7 100644 --- a/README.org +++ b/README.org @@ -591,6 +591,7 @@ raspberry = nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs; }; modules = [ ./hosts/raspberry + <> <> <> inputs.home-manager.nixosModules.home-manager { diff --git a/flake.nix b/flake.nix index b435d42..2448ac8 100644 --- a/flake.nix +++ b/flake.nix @@ -84,6 +84,7 @@ specialArgs = { inherit inputs; }; modules = [ ./hosts/raspberry + ./modules/x11.nix ./modules/flakes.nix ./modules/cachix.nix inputs.home-manager.nixosModules.home-manager {