Initial commit
This commit is contained in:
14
modules/polaris.nix
Normal file
14
modules/polaris.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ inputs, den, ... }:
|
||||
{
|
||||
flake-file.inputs.nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
|
||||
den.aspects.polaris = {
|
||||
includes = [ den.ful.lux.workstation ];
|
||||
nixos.imports = with inputs.nixos-hardware.nixosModules; [
|
||||
common-pc
|
||||
common-pc-ssd
|
||||
common-cpu-amd
|
||||
common-gpu-amd
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user