From 9facc13b1e3522fe7bf59c2b8c5ed72cb1af08ab Mon Sep 17 00:00:00 2001 From: Krzysztof Saczuk Date: Mon, 2 Dec 2024 12:27:36 +0100 Subject: [PATCH] fix(hyprland): default DM session --- modules/desktop/wm/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/desktop/wm/hyprland.nix b/modules/desktop/wm/hyprland.nix index 6077de2..c698754 100644 --- a/modules/desktop/wm/hyprland.nix +++ b/modules/desktop/wm/hyprland.nix @@ -45,7 +45,7 @@ in environment.sessionVariables.NIXOS_OZONE_WL = "1"; # Set default session to non-systemd hyprland - services.displayManager.defaultSession = "hyprland.desktop"; + services.displayManager.defaultSession = "hyprland"; xdg.portal = { extraPortals = with pkgs; [xdg-desktop-portal-gtk];