Non-working dark-theme config
This commit is contained in:
parent
7668a86ff4
commit
4841795edb
1 changed files with 9 additions and 1 deletions
10
desktop.nix
10
desktop.nix
|
@ -96,6 +96,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.mime.defaultApplications = {
|
xdg.mime.defaultApplications = {
|
||||||
"application/pdf" = "org.gnome.Evince.desktop";
|
"application/pdf" = "org.gnome.Evince.desktop";
|
||||||
"text/plain" = "org.xfce.mousepad.desktop";
|
"text/plain" = "org.xfce.mousepad.desktop";
|
||||||
|
@ -104,6 +105,13 @@ in
|
||||||
|
|
||||||
qt = {
|
qt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
style = "breeze";
|
style = "adwaita-dark";
|
||||||
|
platformTheme = "gnome";
|
||||||
|
};
|
||||||
|
|
||||||
|
environment.etc = {
|
||||||
|
"gtk-2.0/gtkrc".source = ./program-config-files/gtkrc-2.0;
|
||||||
|
"gtk-3.0/settings.ini".source = ./program-config-files/gtk-3-4-settings.ini;
|
||||||
|
"gtk-4.0/settings.ini".source = ./program-config-files/gtk-3-4-settings.ini;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue