diff --git a/README.md b/README.md index 887df78..696dfe0 100755 --- a/README.md +++ b/README.md @@ -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? \ No newline at end of file diff --git a/modules/desktop/default.nix b/modules/desktop/default.nix index 726613a..d595309 100644 --- a/modules/desktop/default.nix +++ b/modules/desktop/default.nix @@ -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; } diff --git a/modules/desktop/themes/default.nix b/modules/desktop/themes/default.nix index fb7b653..85f48dc 100644 --- a/modules/desktop/themes/default.nix +++ b/modules/desktop/themes/default.nix @@ -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;