summary refs log tree commit diff
path: root/host/Arc
diff options
context:
space:
mode:
Diffstat (limited to 'host/Arc')
-rw-r--r--host/Arc/configuration.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/Arc/configuration.nix b/host/Arc/configuration.nix

index 0edd0ed..db638e1 100644 --- a/host/Arc/configuration.nix +++ b/host/Arc/configuration.nix
@@ -60,9 +60,9 @@ args@{ i18n.defaultLocale = "en_US.UTF-8"; services = { + displayManager.gdm.enable = true; + displayManager.lightdm.enable = false; xserver = { - displayManager.gdm.enable = true; - displayManager.lightdm.enable = false; enable = true; updateDbusEnvironment = true; xkb.layout = "us";