+1
modules/home/default.nix
+1
modules/home/default.nix
+12
modules/home/misc.nix
+12
modules/home/misc.nix
···+# Fix QT being ... QT. QT widget themes are implemented as QT plugins. QT by default only reads plugins from its+# installlation directory. System installed widget themes are in the system install directory and not the nixpkgs+# QT store item. nixpkgs QT includes a patch that tried to adress this by reading "global" plugins based on your+# $PATH. However on many distros this does not work due to differences in installation directory, /usr/lib layout,+# etc. Thus we install breeze, kde framework integration, etc to the nix profile to at least make sure that works.