This commit is contained in:
4DBug
2026-03-03 21:48:51 -06:00
parent aeea92d752
commit 83c72a1742
10 changed files with 55 additions and 19 deletions

24
modules/hosts/styx.nix Normal file
View 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";
};
};
};
}