Skip to content

Commit

Permalink
fix: correct display manager configuration for Hyprland module to ena…
Browse files Browse the repository at this point in the history
…ble Wayland instead of GDM
  • Loading branch information
BastianAsmussen committed Jul 8, 2024
1 parent eba90a8 commit 055ff4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nixos/hyprland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
options.hyprland.enable = lib.mkEnableOption "Enables Hyprland.";

config = lib.mkIf config.hyprland.enable {
services.xserver = {
services.displayManager.sddm = {
enable = true;

displayManager.gdm.enable = true;
wayland.enable = true;
};

programs.hyprland.enable = true;
Expand Down

0 comments on commit 055ff4a

Please sign in to comment.