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";