Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(home-manager): GTK module bad linking from tweak default setting #270

Closed
wants to merge 2 commits into from

Conversation

ajmasia
Copy link

@ajmasia ajmasia commented Jul 1, 2024

This PR fix this issue: #269

GTK module does not correctly define the configuration path due to an error in the mapping of the default option for tweak configuration.

Comment on lines 124 to 126
gtkTweaks = concatStringsSep "," (
map (tweak: { normal = "default"; }.${tweak} or tweak) cfg.tweaks
map (tweak: { normal = "normal"; }.${tweak} or tweak) cfg.tweaks
);
Copy link
Member

Choose a reason for hiding this comment

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

We can just make this gtkTweaks = concatStringsSep "," cfg.tweaks

Copy link
Author

Choose a reason for hiding this comment

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

Done!

@ajmasia ajmasia requested a review from isabelroses July 1, 2024 12:06
@getchoo getchoo linked an issue Jul 2, 2024 that may be closed by this pull request
@getchoo getchoo added the bug Something isn't working label Jul 2, 2024
Copy link
Member

@getchoo getchoo left a comment

Choose a reason for hiding this comment

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

i'd prefer this PR to be a simple revert of 92e2d7a, as that's basically what it is now

@ajmasia
Copy link
Author

ajmasia commented Jul 2, 2024

Could you please @isabelroses do the revert?

@isabelroses
Copy link
Member

Sure thing

@getchoo
Copy link
Member

getchoo commented Jul 2, 2024

closing in favor of #271. thanks @ajmasia for catching this!

@getchoo getchoo closed this Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GTK theme is not applied using home-manager
3 participants