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 + ]; +}