mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-26 02:52:18 +00:00
12 lines
190 B
Nix
12 lines
190 B
Nix
|
{
|
||
|
services = {
|
||
|
xserver = {
|
||
|
enable = true;
|
||
|
displayManager.gdm = {
|
||
|
enable = true;
|
||
|
autoSuspend = false;
|
||
|
};
|
||
|
};
|
||
|
logind.lidSwitch = "ignore";
|
||
|
};
|
||
|
}
|