diff --git a/flake.nix b/flake.nix index 633342e..afc9f9d 100644 --- a/flake.nix +++ b/flake.nix @@ -132,8 +132,6 @@ allowUnfree = true; }; - templates = import ./templates {}; - homes.modules = with inputs; [ spicetify-nix.homeManagerModules.default catppuccin.homeManagerModules.catppuccin @@ -153,7 +151,7 @@ # Add this new section outputs-builder = channels: { hydraJobs = { - x86_64-linux.earth = self.nixosConfigurations.x86_64-linux.earth.config.system.build.toplevel; + x86_64-linux.earth = self.nixosConfigurations.earth.config.system.build.toplevel; }; }; }; diff --git a/templates/lib/default.nix b/templates/lib/default.nix deleted file mode 100644 index f9a1360..0000000 --- a/templates/lib/default.nix +++ /dev/null @@ -1,2 +0,0 @@ -{lib, ...}: -with lib; rec {}