diff --git a/flake.nix b/flake.nix index d7cbc2c..4c3d9cf 100644 --- a/flake.nix +++ b/flake.nix @@ -24,6 +24,8 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + matugen.url = "github:InioX/matugen?ref=v2.2.0"; + spicetify-nix = { url = "github:Gerg-L/spicetify-nix"; inputs.nixpkgs.follows = "nixpkgs"; @@ -60,6 +62,15 @@ chaotic.nixosModules.default ]; }; + + helios = nixpkgs.lib.nixosSystem { + specialArgs = { inherit inputs; }; + modules = [ + ./hosts/helios/configuration.nix + inputs.home-manager.nixosModules.default + chaotic.nixosModules.default + ]; + }; }; }; }