Skip to content

Commit

Permalink
fix: hyprland.settings.sources don't get merged
Browse files Browse the repository at this point in the history
  • Loading branch information
zspher committed Aug 9, 2024
1 parent 66f4ea1 commit 04a5095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/home-manager/hyprland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ in
};

wayland.windowManager.hyprland.settings = {
source = "${sources.hyprland}/themes/${cfg.flavor}.conf";
source = ["${sources.hyprland}/themes/${cfg.flavor}.conf"];
"$accent" = "\$${cfg.accent}";
"$accentAlpha" = "\$${cfg.accent}Alpha";
};
Expand Down

0 comments on commit 04a5095

Please sign in to comment.