aboutsummaryrefslogtreecommitdiff
path: root/form
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-07-14 20:47:24 -0400
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-07-14 20:47:24 -0400
commit7067a9633894f264cd75fa3dda7779237fcd8a68 (patch)
treedeabda44acafed6319ea18feae24564465b13f66 /form
parent15e1fbea21a44b6b84b7e8514a3979492dbbdcc9 (diff)
downloadhome-7067a9633894f264cd75fa3dda7779237fcd8a68.tar.gz
cleanup
Diffstat (limited to 'form')
-rw-r--r--form/configuration.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/form/configuration.nix b/form/configuration.nix
index 9658bbb..4e8b78c 100644
--- a/form/configuration.nix
+++ b/form/configuration.nix
@@ -22,9 +22,10 @@
services.xserver.videoDrivers = ["nvidia"];
services.desktopManager.plasma6.enable = true;
services.displayManager.sddm = {
- enable = true;
+ enable = false;
};
services.xserver.enable = true;
+ console.earlySetup = true;
hardware.nvidia = {
modesetting.enable = true;
open = true;