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

@ -19,7 +19,6 @@ each host should have these files:
- move common config such as bootloader and networking settings to [`default.nix`](./default.nix) or some other common spot
- multi architecture configuration
- bitwarden
- qt themes?
- sddm cursors no work :(
- setup editorconfig everywhere
- divide steam and gamemode?

View file

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

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;