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