diff --git a/PC/configuration.nix b/PC/configuration.nix index c2f1819..1e31e36 100644 --- a/PC/configuration.nix +++ b/PC/configuration.nix @@ -363,13 +363,6 @@ in { }; }; - # QT theming - qt = { - enable = true; - style = "gtk2"; - platformTheme = "gtk2"; - }; - # Enable printing services = { printing = { diff --git a/PC/jimbo.nix b/PC/jimbo.nix index ac626ff..100ce68 100644 --- a/PC/jimbo.nix +++ b/PC/jimbo.nix @@ -2266,6 +2266,12 @@ in { ''; }; + qt = { + enable = true; + style.name = "gtk2"; + platformTheme.name = "gtk2"; + }; + # Select default apps xdg.mimeApps.defaultApplications = { "inode/directory" = "pcmanfm-qt.desktop";