summaryrefslogtreecommitdiff
path: root/modules/home-manager/waybar.nix
diff options
context:
space:
mode:
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";