From 29cdfb16d031ba6d4fc85f1f5332ccf36744322e Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sat, 18 Jan 2025 17:37:23 -0800 Subject: wayland: properly install waybar --- roles/home/desktop/sway.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/home/desktop/sway.nix') 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; } -- cgit v1.2.3