mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-05 04:01:08 +01:00
gui: Allow to theme QT applications
This commit is contained in:
parent
63b4e60039
commit
6d7e66d138
1 changed files with 7 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue