diff options
Diffstat (limited to 'roles/home/desktop/sway.nix')
| -rw-r--r-- | roles/home/desktop/sway.nix | 2 |
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; } |