Skip to content

Commit

Permalink
fix(hyprland): default DM session
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuciael committed Dec 2, 2024
1 parent fac9fc1 commit 9facc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/desktop/wm/hyprland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 9facc13

Please sign in to comment.