This website requires JavaScript.
Explore
Help
Sign in
eeva
/
home-manager
Watch
1
Star
0
Fork
You've already forked home-manager
0
mirror of
https://github.com/nix-community/home-manager
synced
2024-11-01 16:59:43 +01:00
Code
Issues
Releases
Wiki
Activity
93435d27d2
home-manager
/
tests
/
modules
/
misc
/
gtk
/
gtk2-basic-config-expected.conf
3 lines
53 B
Text
Raw
Normal View
History
Unescape
Escape
gtk: fix missing newline in formatted config (#2809) The conversion from `concatMapStrings` to `concatStringsSep` introduced in https://github.com/nix-community/home-manager/pull/2481 creates an unintended behavior change where the formatted config does not end in a newline.[1] This is problematic for manipulation at the Nix level. In particular, this cause a regression in the generation of gtk2 settings due to concatenated of the formatted config and `gtk2.extraConfig` without a newline in between. This commit restores `concatMapStrings` to match the previous behavior and adds a newline to the final string for the generated gtk2 config. The test case for gtk2-basic-config was also updated to check behavior at concatenation boundaries. [1] - https://github.com/nix-community/home-manager/pull/2481#discussion_r830648706
2022-03-20 21:22:56 +01:00
gtk-theme-name = "Adwaita"
gtk-can-change-accels = 1
Reference in a new issue
Copy permalink