mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 00:21:04 +01:00
Ensure default behavior with new state version works properly. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
21 lines
735 B
Nix
21 lines
735 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;
|
|
|
|
# ColorScheme tests
|
|
gtk-colorscheme = ./gtk-colorscheme.nix;
|
|
|
|
# GTK2
|
|
gtk2-basic-config = ./gtk2/gtk2-basic-config.nix;
|
|
gtk2-config-file-location = ./gtk2/gtk2-config-file-location.nix;
|
|
|
|
# GTK3
|
|
gtk3-basic-settings = ./gtk3/gtk3-basic-settings.nix;
|
|
|
|
# GTK4
|
|
gtk4-basic-settings = ./gtk4/gtk4-basic-settings.nix;
|
|
gtk4-theme-css-injection = ./gtk4/gtk4-theme-css-injection.nix;
|
|
gtk4-no-theme-css-injection = ./gtk4/gtk4-no-theme-css-injection.nix;
|
|
gtk4-stateversion-no-theme-inheritance = ./gtk4/gtk4-stateversion-no-theme-inheritance.nix;
|
|
}
|