summaryrefslogtreecommitdiff
path: root/modules/home-manager/waybar.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2026-06-22 14:21:34 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2026-06-22 14:21:34 -0600
commite4d3006e78db17499878dfea83c4616b3a403590 (patch)
tree5757a5120a9afcaae44fcfe212a59ea947731abd /modules/home-manager/waybar.nix
parentdc6dd30a5a39f7ad57158d2393afa9f84fd96814 (diff)
upgrade to 26.05
Diffstat (limited to 'modules/home-manager/waybar.nix')
-rw-r--r--modules/home-manager/waybar.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home-manager/waybar.nix b/modules/home-manager/waybar.nix
index 459d651..3eabbe1 100644
--- a/modules/home-manager/waybar.nix
+++ b/modules/home-manager/waybar.nix
@@ -3,7 +3,7 @@
programs.waybar = {
enable = true;
systemd.enable = true;
- systemd.target = "hyprland-session.target";
+ systemd.targets = [ "hyprland-session.target" ];
style = ''
@import "themes/mocha.css";