Skip to content

Commit

Permalink
fix(home-manager/hyprland): allow merging sources option (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
zspher authored Aug 15, 2024
1 parent 9fdb8aa commit b1e6a8c
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 b1e6a8c

Please sign in to comment.