diff options
author | Jasper Ras <jras@hostnet.nl> | 2024-11-28 18:25:40 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2024-11-28 18:25:40 +0100 |
commit | 7e3a4bac827ed5a6ef625bb7f3b970034917d60f (patch) | |
tree | 8d80c92f8077636b5077faefbf94dc8162e98b1f /home-manager/compositor | |
parent | 71d387f0fc48cd4c84bebd80c09cb958c8510577 (diff) |
Add astal-bar
Diffstat (limited to 'home-manager/compositor')
-rw-r--r-- | home-manager/compositor/hyprland.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/compositor/hyprland.nix b/home-manager/compositor/hyprland.nix index bad2a2d..089497e 100644 --- a/home-manager/compositor/hyprland.nix +++ b/home-manager/compositor/hyprland.nix @@ -25,7 +25,7 @@ in "$mod" = "SUPER"; exec-once = [ - "waybar" + "astal-bar" ]; debug = { |