push
This commit is contained in:
24
modules/hosts/styx.nix
Normal file
24
modules/hosts/styx.nix
Normal file
@@ -0,0 +1,24 @@
|
||||
{ den, ... }: {
|
||||
den.aspects.styx = {
|
||||
includes = with den.aspects; [
|
||||
common
|
||||
|
||||
amdgpu
|
||||
cloudflare-warp
|
||||
cad
|
||||
|
||||
catppuccin
|
||||
|
||||
janitor
|
||||
];
|
||||
|
||||
nixos = {
|
||||
networking.hostName = "styx";
|
||||
|
||||
services.logind.settings.Login = {
|
||||
HandleLidSwitch = "ignore";
|
||||
HandleLidSwitchDocked = "ignore";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user