qt themes to match gtk
This commit is contained in:
parent
3cb1680ffc
commit
1182d7e1ac
3 changed files with 6 additions and 7 deletions
|
@ -13,12 +13,6 @@ in {
|
|||
|
||||
config = mkMerge [
|
||||
{
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme = "gnome";
|
||||
style = "adwaita-dark";
|
||||
};
|
||||
|
||||
modules.desktop.fonts.enable = true;
|
||||
modules.desktop.fonts.baseFonts = true;
|
||||
}
|
||||
|
|
|
@ -67,6 +67,12 @@ in {
|
|||
theme = cfg.gtkTheme;
|
||||
};
|
||||
|
||||
hm.qt = {
|
||||
enable = true;
|
||||
platformTheme = "gtk";
|
||||
style.name = "gtk2";
|
||||
};
|
||||
|
||||
hm.home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue