Add Korganizer configuration
This commit is contained in:
@@ -13,4 +13,15 @@
|
||||
];
|
||||
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
|
||||
programs.kde-pim = {
|
||||
enable = true;
|
||||
kmail = true;
|
||||
kontact = true;
|
||||
merkuro = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs.kdePackages; [
|
||||
korganizer
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user