1
Fork 0

office: Remove it

I already have LaTeX for text documents and I can also just write a csv
file and use Python to display it as a graph or similar instead of using
libreoffice calc.
This commit is contained in:
caem 2024-12-01 10:32:47 +01:00
parent a06e6c3f92
commit 2392162b56

View file

@ -1,8 +0,0 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
libreoffice-qt-fresh
];
}