marmo: add config
This commit is contained in:
parent
7040d943cb
commit
45f6ade78c
6 changed files with 99 additions and 24 deletions
|
|
@ -53,13 +53,14 @@
|
|||
];
|
||||
in
|
||||
{
|
||||
homeConfigurations."marmo" = inputs.home-manager.lib.homeManagerConfiguration {
|
||||
nixosConfigurations."marmo" = inputs.nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs pkgs;
|
||||
mod = ./hardware/overheating/base_config.nix;
|
||||
mod = ./hardware/marmo/base_config.nix;
|
||||
};
|
||||
modules = [
|
||||
./hardware/marmo/default.nix
|
||||
./programs/gaming/default.nix
|
||||
] ++ base_imports;
|
||||
};
|
||||
nixosConfigurations."overheating" = inputs.nixpkgs.lib.nixosSystem {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue