waybar: remove test component

This commit is contained in:
ooks-io 2025-01-06 13:17:40 +11:00
parent 34dbb54d6c
commit 45b6a907fb
2 changed files with 2 additions and 14 deletions

View file

@ -18,7 +18,7 @@ in {
enable = true;
package = inputs'.hyprland.packages.hyprland;
xwayland.enable = true;
systemd = {
systemd = mkIf (!osConfig.programs.uwsm.enable) {
enable = true;
variables = ["--all"];
};