disable hyprland and fix duplicate sunshine
This commit is contained in:
parent
491670479e
commit
b2a83760fc
2 changed files with 1 additions and 2 deletions
|
|
@ -89,7 +89,6 @@
|
||||||
"wl-paste --type image --watch cliphist store"
|
"wl-paste --type image --watch cliphist store"
|
||||||
|
|
||||||
"uwsm app -s s -- waybar &"
|
"uwsm app -s s -- waybar &"
|
||||||
"uwsm app -s b -- sunshine &"
|
|
||||||
"uwsm app -s b -- blueman-applet &"
|
"uwsm app -s b -- blueman-applet &"
|
||||||
"uwsm app -s b -- nm-applet &"
|
"uwsm app -s b -- nm-applet &"
|
||||||
"uwsm app -s b -- tailscale systray &"
|
"uwsm app -s b -- tailscale systray &"
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
package = pkgs.niri-unstable;
|
package = pkgs.niri-unstable;
|
||||||
};
|
};
|
||||||
hyprland = {
|
hyprland = {
|
||||||
enable = true;
|
enable = false;
|
||||||
withUWSM = true;
|
withUWSM = true;
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
package = pkgs.hyprland; # if rice.enable then inputs.hl.packages."${pkgs.system}".hyprland else pkgs.hyprland;
|
package = pkgs.hyprland; # if rice.enable then inputs.hl.packages."${pkgs.system}".hyprland else pkgs.hyprland;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue