mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
We can now customize a lot more in the gtk module. Test more scenarios to ensure a user has more control over what gets generated. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
17 lines
478 B
Nix
17 lines
478 B
Nix
{
|
|
gtk-global-inheritance = ./gtk-global-inheritance.nix;
|
|
gtk-per-version-override = ./gtk-per-version-override.nix;
|
|
gtk-selective-enable = ./gtk-selective-enable.nix;
|
|
|
|
# GTK2
|
|
gtk2-basic-config = ./gtk2-basic-config.nix;
|
|
gtk2-config-file-location = ./gtk2-config-file-location.nix;
|
|
|
|
# GTK3
|
|
gtk3-basic-settings = ./gtk3-basic-settings.nix;
|
|
|
|
# GTK4
|
|
gtk4-basic-settings = ./gtk4-basic-settings.nix;
|
|
gtk4-theme-css-injection = ./gtk4-theme-css-injection.nix;
|
|
}
|