Add libreoffice

This commit is contained in:
Alexander Wainwright
2025-11-28 20:02:47 +10:00
parent dec0fd139b
commit a40765bb0b

View File

@@ -38,6 +38,10 @@
];
};
environment.systemPackages = with pkgs; [
libreoffice
];
# Enable networking
networking.networkmanager.enable = true;