summaryrefslogtreecommitdiffstats
path: root/users/sils/hyprland
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-08-26 10:38:33 +0200
committersils <sils@sils.li>2023-08-26 10:38:33 +0200
commit59fc3395a10c103c061344f3e3d98cdcea90290e (patch)
treee04e5a971a4dc32c5341dd2b831522c81ac23cd2 /users/sils/hyprland
parentbuild(flake): update (diff)
downloadnix-config-59fc3395a10c103c061344f3e3d98cdcea90290e.zip
fix(u/sils): use waybar instead of waybar-hyprland
hyprland support is now builtin in the deafult package
Diffstat (limited to 'users/sils/hyprland')
-rw-r--r--users/sils/hyprland/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/sils/hyprland/default.nix b/users/sils/hyprland/default.nix
index 71743ae..e14d239 100644
--- a/users/sils/hyprland/default.nix
+++ b/users/sils/hyprland/default.nix
@@ -170,7 +170,7 @@
#exec-once=swww init &
exec-once = [
"nm-applet --indicator"
- #"${pkgs.waybar-hyprland}/bin/waybar"
+ #"${pkgs.waybar}/bin/waybar"
"${pkgs.mako}/bin/mako"
"${pkgs.swaybg}/bin/swaybg -i ~/repos/nix-config/files/wallpaper.jpg"
];