new packages and services.xserver.desktopManager.plasma5.excludePackages -> environment.plasma5.excludePackages

This commit is contained in:
rotterdam 2023-03-31 14:17:39 -03:00
parent 5bf2d987a9
commit 214a6f727a
2 changed files with 10 additions and 6 deletions

View file

@ -25,10 +25,10 @@
# itch # Currently using unsafe electron version
jellyfin-media-player
junction
kate
kolourpaint
libfido2
libreoffice-qt
lite-xl
logseq
mangohud
mpv
@ -68,7 +68,6 @@
agenix
chatterino7
koi
notesnook
];
programs = {
@ -94,4 +93,12 @@
(nerdfonts.override { fonts = [ "Hack" ]; })
];
};
environment.plasma5.excludePackages = ( with pkgs.plasma5Packages; [
elisa
oxygen
khelpcenter
konsole
kwrite
]);
}

View file

@ -25,10 +25,7 @@ in
exportConfiguration = true;
excludePackages = ( with pkgs; [ xterm ]);
displayManager.startx.enable = true;
desktopManager.plasma5 = {
enable = true;
excludePackages = ( with pkgs.plasma5Packages; [ elisa oxygen khelpcenter ]);
};
desktopManager.plasma5.enable = true;
};
greetd = {
enable = true;