gui: Allow to theme QT applications

This commit is contained in:
Quentin Boyer 2024-08-02 16:41:32 +02:00
parent 63b4e60039
commit 6d7e66d138

View file

@ -24,6 +24,13 @@
};
};
home.packages = with pkgs; [ kdePackages.breeze ];
qt = {
enable = true;
platformTheme.name = "qtct";
};
dconf.settings = {
"org/gnome/desktop/interface" = {
color-scheme = "prefer-dark";