KDE: Difference between revisions

Sandro (talk | contribs)
Plasma 6 first
Sandro (talk | contribs)
Drop dconf setting which is enabled by default
Line 128: Line 128:
This affects GTK applications including Firefox and Thunderbird.
This affects GTK applications including Firefox and Thunderbird.


If you are using Plasma 5, add to your configuration.nix the following line:
You may need to set a GTK theme ''Breeze'' imitating the KDE theme with the same name in ''System Settings -> Application Style -->Configure GNOME/GTK Application Style''.
 
<syntaxHighlight lang=nix>
programs.dconf.enable = true;
</syntaxHighlight>
 
You might also need to set a GTK theme ''Breeze'' imitating the KDE theme with the same name in ''System Settings -> Application Style -->Configure GNOME/GTK Application Style''.


[https://github.com/NixOS/nixpkgs/issues/180720 (See this issue)]
[https://github.com/NixOS/nixpkgs/issues/180720 (See this issue)]