Complete switch to KDE organization stuff

This commit is contained in:
2026-04-25 17:28:02 +02:00
parent 36a17c377e
commit 98ddbb3e68
8 changed files with 70 additions and 59 deletions

View File

@@ -1,8 +1,7 @@
{ inports, pkgs, ... }:
{ inputs, pkgs, ... }:
{
environment.plasma6.excludePackages = with pkgs.kdePackages; [
elisa
kwrite
kate
okular
];
@@ -17,11 +16,11 @@
programs.kde-pim = {
enable = true;
kmail = true;
kontact = true;
# kontact = true;
merkuro = true;
};
environment.systemPackages = with pkgs.kdePackages; [
korganizer
];
# environment.systemPackages = with pkgs.kdePackages; [
# korganizer
# ];
}