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

@ -89,7 +89,6 @@
"wl-paste --type image --watch cliphist store"
"uwsm app -s s -- waybar &"
"uwsm app -s b -- sunshine &"
"uwsm app -s b -- blueman-applet &"
"uwsm app -s b -- nm-applet &"
"uwsm app -s b -- tailscale systray &"

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;