From 577cc2a4eefad9b808260db3f073d56d25f9dbf1 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sat, 8 Jul 2023 02:05:04 -0400 Subject: [PATCH] Switch gdm back on --- modules/linux/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/linux/hyprland.nix b/modules/linux/hyprland.nix index aaf8d24..aac118a 100644 --- a/modules/linux/hyprland.nix +++ b/modules/linux/hyprland.nix @@ -23,7 +23,7 @@ in with lib; { # Turn on GDM for login services.xserver = { enable = true; - autorun = false; + autorun = true; # Enable plasma for the applications desktopManager.plasma5.enable = true; displayManager.defaultSession = "hyprland";