KDE: Difference between revisions
m →Wayland/X11 session: Fixes |
Copy edit and move sections |
||
Line 15: | Line 15: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== Excluding | == Configuration == | ||
=== Excluding applications from the default install === | |||
Some optional packages that are installed by default can be excluded if they are not needed. | |||
==== Plasma 5 ==== | ==== Plasma 5 ==== | ||
Optional packages: [https://github.com/NixOS/nixpkgs/blob/nixos-23.11/nixos/modules/services/x11/desktop-managers/plasma5.nix#L275-L284 plasma5.nix] | |||
<syntaxHighlight lang=nix> | <syntaxHighlight lang=nix> | ||
Line 30: | Line 34: | ||
==== Plasma 6 ==== | ==== Plasma 6 ==== | ||
Optional packages: [https://github.com/NixOS/nixpkgs/blob/ff0dbd94265ac470dda06a657d5fe49de93b4599/nixos/modules/services/desktop-managers/plasma6.nix#L153-L165 plasma6.nix] | |||
<syntaxHighlight lang=nix> | <syntaxHighlight lang=nix> | ||
Line 35: | Line 41: | ||
plasma-browser-integration | plasma-browser-integration | ||
konsole | konsole | ||
elisa | |||
]; | ]; | ||
</syntaxHighlight> | </syntaxHighlight> | ||
=== GNOME desktop integration === | === GNOME desktop integration === | ||
Line 70: | Line 74: | ||
For more details, see [https://discourse.nixos.org/t/guide-to-installing-qt-theme/35523/2 this] forum post. | For more details, see [https://discourse.nixos.org/t/guide-to-installing-qt-theme/35523/2 this] forum post. | ||
=== Wayland/X11 session === | === Default Wayland/X11 session === | ||
==== Plasma 5 ==== | ==== Plasma 5 ==== | ||
Line 135: | Line 139: | ||
{{note| [https://github.com/pjones/plasma-manager Plasma-Manager] is not matured yet and currently unofficial }} | {{note| [https://github.com/pjones/plasma-manager Plasma-Manager] is not matured yet and currently unofficial }} | ||
By default, the Plasma configuration can be handled like on [https://wiki.archlinux.org/title/KDE traditional systems]. | By default, the Plasma configuration can be handled like on [https://wiki.archlinux.org/title/KDE traditional systems]. | ||
With [https://github.com/pjones/plasma-manager plasma-manager], it is possible to make Plasma configurations via nix by providing [https://github.com/nix-community/home-manager home-manager] modules. | With [https://github.com/pjones/plasma-manager plasma-manager], it is possible to make Plasma configurations via nix by providing [https://github.com/nix-community/home-manager home-manager] modules. | ||
[[Category:Desktop environment]] | [[Category:Desktop environment]] | ||
[[Category:Applications]] | [[Category:Applications]] |