Skip to content

Commit 2eefb99

Browse files
committed
fix: graphical-session.target targets
1 parent fefae22 commit 2eefb99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/hyprland/waybar.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
enable = true;
103103
systemd = {
104104
enable = true;
105-
target = "graphical-session.target";
105+
targets = [ "graphical-session.target" ];
106106
};
107107
# package = pkgs.waybar.override {hyprland = osConfig.programs.hyprland.package;};
108108
style = ''

0 commit comments

Comments
 (0)