Skip to content

Conversation

@xaolanx
Copy link

@xaolanx xaolanx commented Aug 4, 2025

Add source to important preixes, because i need hypr*.conf to source colors generated by matugen. if not source early color will fail to load.

Meta

AI used to generate code included in this PR?: No

All Submissions:

  • Formatted commit message in accordance with CONTRIBUTING.md guidelines
  • Filled in all meta items
  • Mentioned any blockers before the PR can merge
  • Verified there are no conflicting PRs open

@Lunarnovaa
Copy link
Collaborator

Why don't you just add "source" to the importantPrefixes option in your config? Additionally, I believe the new toHyprlang generator written by fufexan in the hyprland flake fixes this, if you wanna try moving us to that.

@xaolanx
Copy link
Author

xaolanx commented Aug 8, 2025

Idk that option exist lol, i'll use that option

Comment on lines 53 to 58
importantPrefixes = mkOption {
type = listOf str;
default = ["$" "bezier" "name"];
default = ["source" "$" "bezier" "name"];
example = ["$" "bezier"];
description = ''
List of prefix of attributes to source at the top of the config.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Idk that option exist lol, i'll use that option

It's the option that you're changing the default of on these lines. rum.desktops.hyprland.importantPrefixes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants