mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-12 20:11:06 +01:00
Added qtctSettings option to qt module to make it possible to configure qt(5/6)ct declaratively.
10 lines
420 B
Nix
10 lines
420 B
Nix
{
|
|
qt-basic = ./qt-basic.nix;
|
|
qt-platform-theme-gtk = ./qt-platform-theme-gtk.nix;
|
|
qt-platform-theme-gtk3 = ./qt-platform-theme-gtk3.nix;
|
|
qt-platform-theme-gnome = ./qt-platform-theme-gnome.nix;
|
|
qt-platform-theme-kde6-migration = ./qt-platform-theme-kde6-migration.nix;
|
|
qt-qt5ct-settings = ./qt-qt5ct-settings.nix;
|
|
qt-qt6ct-settings = ./qt-qt6ct-settings.nix;
|
|
qt-qtct-settings = ./qt-qtct-settings.nix;
|
|
}
|