KDE: Difference between revisions
xserver for plasma 6 is optional |
Plasma 6 first |
||
Line 38: | Line 38: | ||
Some optional packages can be excluded if they are not needed at the cost of functionality. | Some optional packages can be excluded if they are not needed at the cost of functionality. | ||
==== Plasma | ==== Plasma 6 ==== | ||
Optional packages: [https://github.com/NixOS/nixpkgs/blob/nixos- | Optional packages: [https://github.com/NixOS/nixpkgs/blob/nixos-unstable/nixos/modules/services/desktop-managers/plasma6.nix#L136-L149 plasma6.nix] | ||
<syntaxHighlight lang=nix> | <syntaxHighlight lang=nix> | ||
environment. | environment.plasma6.excludePackages = with pkgs.kdePackages; [ | ||
plasma-browser-integration | plasma-browser-integration | ||
konsole | konsole | ||
elisa | |||
]; | ]; | ||
</syntaxHighlight> | </syntaxHighlight> | ||
==== Plasma | ==== Plasma 5 ==== | ||
Optional packages: [https://github.com/NixOS/nixpkgs/blob/nixos- | Optional packages: [https://github.com/NixOS/nixpkgs/blob/nixos-24.05/nixos/modules/services/x11/desktop-managers/plasma5.nix#L278-L282 plasma5.nix] | ||
<syntaxHighlight lang=nix> | <syntaxHighlight lang=nix> | ||
environment. | environment.plasma5.excludePackages = with pkgs.libsForQt5; [ | ||
plasma-browser-integration | plasma-browser-integration | ||
konsole | konsole | ||
oxygen | |||
]; | ]; | ||
</syntaxHighlight> | </syntaxHighlight> |