diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-07-14 20:47:24 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-07-14 20:47:24 -0400 |
| commit | 7067a9633894f264cd75fa3dda7779237fcd8a68 (patch) | |
| tree | deabda44acafed6319ea18feae24564465b13f66 /form | |
| parent | 15e1fbea21a44b6b84b7e8514a3979492dbbdcc9 (diff) | |
| download | home-7067a9633894f264cd75fa3dda7779237fcd8a68.tar.gz | |
cleanup
Diffstat (limited to 'form')
| -rw-r--r-- | form/configuration.nix | 3 |
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; |