work: Add libreoffice, I have to use it too often to just nrun it these days

This commit is contained in:
Charlotte Van Petegem 2023-11-07 11:17:41 +01:00
parent 4cd6b55560
commit 4867b16dc7
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -25,5 +25,8 @@
zotero.enable = lib.mkDefault true;
};
};
home-manager.users.charlotte = { pkgs, ... }: {
home.packages = with pkgs; [ libreoffice ];
};
};
}