added twilight system
This commit is contained in:
parent
f02f5046aa
commit
e28365b30e
|
@ -31,6 +31,13 @@
|
|||
nixos-hardware.nixosModules.framework-11th-gen-intel
|
||||
];
|
||||
};
|
||||
twilight = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs;};
|
||||
modules = [
|
||||
./hosts/twilight/configuration.nix
|
||||
inputs.home-manager.nixosModules.default
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# leyla desktop
|
||||
{}:
|
||||
{ config, pkgs, inputs, modulesPath, ... }:
|
||||
{
|
||||
|
||||
}
|
4
hosts/twilight/hardware-configuration.nix
Normal file
4
hosts/twilight/hardware-configuration.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
{
|
||||
|
||||
}
|
Loading…
Reference in a new issue