kde: rest in peace kde plasma.. you will be remembered with gwenview
This commit is contained in:
parent
afc2493d9c
commit
98bba6e0e2
2 changed files with 0 additions and 32 deletions
|
|
@ -1,31 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services = {
|
||||
displayManager.sddm = {
|
||||
enable = true;
|
||||
wayland = {
|
||||
enable = true;
|
||||
compositor = "kwin";
|
||||
};
|
||||
};
|
||||
desktopManager.plasma6.enable = true;
|
||||
};
|
||||
|
||||
# remove unnecessary packages
|
||||
environment.plasma6.excludePackages = with pkgs.kdePackages; [
|
||||
elisa
|
||||
discover
|
||||
konsole
|
||||
khelpcenter
|
||||
krdp
|
||||
xwaylandvideobridge
|
||||
plasma-browser-integration
|
||||
baloo-widgets
|
||||
ffmpegthumbs
|
||||
dolphin-plugins
|
||||
kate
|
||||
okular
|
||||
gwenview
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue