From 02a759090f62a363776635bfaf93df64bb8945fb Mon Sep 17 00:00:00 2001 From: Odweta Date: Mon, 19 Jan 2026 15:20:37 +0100 Subject: [PATCH] office suite --- home/users/odweta/office.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 home/users/odweta/office.nix diff --git a/home/users/odweta/office.nix b/home/users/odweta/office.nix new file mode 100644 index 0000000..afb1771 --- /dev/null +++ b/home/users/odweta/office.nix @@ -0,0 +1,9 @@ +{ pkgs, ... }: + +{ + home.packages = with pkgs; [ + libreoffice-still-unwrapped + hunspell + hunspellDicts.cs_CZ + ]; +}