From 1a849c42af5d755611ab7db810e2eeafb8e05f99 Mon Sep 17 00:00:00 2001 From: blahai Date: Sat, 7 Sep 2024 18:49:09 +0300 Subject: [PATCH] add helios --- flake.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 + ]; + }; }; }; }