NixOS 25.11
This commit is contained in:
parent
8ae4006208
commit
c264999fb4
9 changed files with 36 additions and 28 deletions
|
|
@ -116,7 +116,7 @@ in {
|
|||
misc = {
|
||||
forceDefaultWallpaper = 0;
|
||||
keyPressEnablesDPMS = true;
|
||||
onFocusUnderFullscreen = 2;
|
||||
newWindowTakesOverFullscreen = 2;
|
||||
|
||||
enableSwallow = true;
|
||||
swallowRegex = "^kitty$";
|
||||
|
|
@ -183,8 +183,8 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
services.logind.extraConfig = ''
|
||||
HandlePowerKey=ignore
|
||||
'';
|
||||
services.logind.settings.Login = {
|
||||
HandlePowerKey = "ignore";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue