disable hyprland and fix duplicate sunshine

This commit is contained in:
Satria 2026-07-18 19:52:37 +07:00
commit b2a83760fc
2 changed files with 1 additions and 2 deletions

View file

@ -22,7 +22,7 @@
package = pkgs.niri-unstable;
};
hyprland = {
enable = true;
enable = false;
withUWSM = true;
xwayland.enable = true;
package = pkgs.hyprland; # if rice.enable then inputs.hl.packages."${pkgs.system}".hyprland else pkgs.hyprland;