Turn off screen saver muop

This commit is contained in:
muon 2025-01-12 17:36:15 +00:00
parent bfcb73c937
commit f6c298b008

View file

@ -43,7 +43,6 @@ in {
mods.unfree.minecraft.enable = false;
# Hardware preferences
boot = {
tmp.cleanOnBoot = true;
bootspec.enable = true;
@ -61,6 +60,11 @@ in {
};
};
# Turn off screen-saver
environment.extraInit = ''
xset s off -dpms
'';
environment.variables = {
WINIT_HIDPI_FACTOR = "1";
WINIT_X11_SCALE_FACTOR = "1";