qt themes to match gtk

This commit is contained in:
Reid 2024-05-01 16:49:08 -07:00
parent 3cb1680ffc
commit 1182d7e1ac
3 changed files with 6 additions and 7 deletions

View file

@ -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;