Add libre office

This commit is contained in:
2026-02-07 11:38:04 +01:00
parent 9a01791c95
commit 5079c03620
2 changed files with 12 additions and 0 deletions

11
programs/libreoffice.nix Normal file
View File

@@ -0,0 +1,11 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
libreoffice
hunspell
hunspellDicts.en_US
hunspellDicts.nl_NL
];
}