NixOS 25.11

This commit is contained in:
KoenDR06 2025-11-29 22:35:40 +01:00
parent 8ae4006208
commit c264999fb4
9 changed files with 36 additions and 28 deletions

View file

@ -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";
};
};
}