This commit is contained in:
Miguel Palhas
2025-06-30 19:20:54 +01:00
parent 3257d435d1
commit 9100ab46ac
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -4,9 +4,9 @@
enable = true;
displayManager = {
startx.enable = true;
gdm.enable = true;
};
autoRepeatDelay = 250;
autoRepeatInterval = 30;
};
services.displayManager.gdm.enable = true;
}