aboutsummaryrefslogtreecommitdiff
path: root/roles/home/desktop/sway.nix
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-01-18 17:37:23 -0800
committerCaroline Larimore <caroline@larimo.re>2025-01-18 17:37:23 -0800
commit29cdfb16d031ba6d4fc85f1f5332ccf36744322e (patch)
tree1275d46fa6524e0614beaa987b56ba91ae3ae906 /roles/home/desktop/sway.nix
parentd08de8bc8c422b2b78365f017a97f9e2fc7197ef (diff)
wayland: properly install waybar
Diffstat (limited to 'roles/home/desktop/sway.nix')
-rw-r--r--roles/home/desktop/sway.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/home/desktop/sway.nix b/roles/home/desktop/sway.nix
index 7be1439..52a42f8 100644
--- a/roles/home/desktop/sway.nix
+++ b/roles/home/desktop/sway.nix
@@ -93,7 +93,7 @@
};
startup = [
- { command = "waybar"; always = true; }
+ { command = "${pkgs.waybar}/bin/waybar"; always = true; }
#TODO: make sure swww-daemon is *re*starting
{ command = "${pkgs.swww}/bin/swww-daemon"; always = true; }