KDE: Difference between revisions
Delete unnecessary pipewire section as both plasma 5 and plasma 6 enabled pipewire by default |
Update links into nixpkgs, change wording |
||
Line 36: | Line 36: | ||
=== Excluding applications from the default install === | === Excluding applications from the default install === | ||
Some optional packages | Some optional packages can be excluded if they are not needed at the cost of functionality. | ||
==== Plasma 5 ==== | ==== 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> | ||
Line 52: | Line 52: | ||
==== Plasma 6 ==== | ==== Plasma 6 ==== | ||
Optional packages: [https://github.com/NixOS/nixpkgs/blob/ | 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> |