Add kmail and libreoffice-qt for KDE

This commit is contained in:
Jordan Holt 2024-04-21 20:34:41 +01:00
parent 2b188dab9a
commit 0b1649033c
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ in {
};
user.packages = with pkgs; [
kmail
];
environment.systemPackages = with pkgs; [

View File

@ -11,7 +11,7 @@ in {
config = lib.mkIf cfg.enable {
user.packages = with pkgs; [
libreoffice
(if config.modules.desktop.kde.enable == true then libreoffice-qt else libreoffice)
];
};
}