mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 19:10:21 +00:00
add helios
This commit is contained in:
parent
c6a89dfe35
commit
1a849c42af
1 changed files with 11 additions and 0 deletions
11
flake.nix
11
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
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue