miku: Update

This commit is contained in:
2023-04-08 17:30:39 +02:00
parent b716c8a288
commit 30bb872ed9
11 changed files with 98 additions and 89 deletions

View File

@@ -7,7 +7,9 @@ in {
config = lib.mkIf cfg.enable {
environment.systemPackages = with pkgs; [
libreoffice texlive.combined.scheme-basic
/*libreoffice*/
texlive.combined.scheme-basic
thunderbird
];
};
}