Jump to content

KDE: Difference between revisions

19 bytes removed ,  6 June 2023
m
Changed the example as a respoonse to the warning it procudes in NixOS 23
imported>Jamesfeve
m (Update excludePackages line to use the correct reference)
imported>AmnesiaAmesia
m (Changed the example as a respoonse to the warning it procudes in NixOS 23)
Line 15: Line 15:


<syntaxHighlight lang=nix>
<syntaxHighlight lang=nix>
services.xserver.desktopManager.plasma5.excludePackages = with pkgs.libsForQt5; [
environment.plasma5.excludePackages = with pkgs.libsForQt5; [
   elisa
   elisa
   gwenview
   gwenview
Line 26: Line 26:
];
];
</syntaxHighlight>
</syntaxHighlight>


== Troubleshoots ==
== Troubleshoots ==