32376992f7
This allow you to configure Qt integration using KDE instead of qgnomeplatform or qtstyleplugins. Useful if your theme supports both GTK and KDE, for example Nordic. To use this properly you will need to do some manual configuration for now. You can set the theme settings using `~/.config/kdeglobals`. Example: ```nix { ... }: { qt = { enable = true; platformTheme = "kde"; }; xdg = { configFile.kdeglobals.text = lib.generators.toINI { } { General = { ColorScheme = "nordicbluish"; Name = "nordic-bluish"; shadeSortColumn = true; }; Icons = { Theme = "Nordic-bluish"; }; KDE = { LookAndFeelPackage = "Nordic-bluish"; contrast = 4; }; }; dataFile = { # For General.ColorScheme color-schemes = { source = "${pkgs.nordic}/share/color-schemes"; recursive = true; }; # For KDE.LookAndFeelPackage plasma = { source = "${pkgs.nordic}/share/plasma"; recursive = true; }; }; }; } ``` |
||
---|---|---|
.. | ||
dconf.nix | ||
debug.nix | ||
editorconfig.nix | ||
fontconfig.nix | ||
gtk.nix | ||
lib.nix | ||
news.nix | ||
nix.nix | ||
nixpkgs-disabled.nix | ||
nixpkgs.nix | ||
numlock.nix | ||
pam.nix | ||
qt.nix | ||
specialisation.nix | ||
submodule-support.nix | ||
tmpfiles.nix | ||
version.nix | ||
vte.nix | ||
xdg-desktop-entries.nix | ||
xdg-mime-apps.nix | ||
xdg-mime.nix | ||
xdg-system-dirs.nix | ||
xdg-user-dirs.nix | ||
xdg.nix | ||
xfconf.nix |