diff --git a/home/libreoffice.nix b/home/libreoffice.nix new file mode 100644 index 0000000..16cf593 --- /dev/null +++ b/home/libreoffice.nix @@ -0,0 +1,9 @@ +{ config, lib, pkgs, ... }: + +{ + home.packages = with pkgs; [ + libreoffice + hunspell + hunspellDicts.en_GB-ise + ]; +} diff --git a/hosts/tohru/home.nix b/hosts/tohru/home.nix index 2bf8479..16683fb 100644 --- a/hosts/tohru/home.nix +++ b/hosts/tohru/home.nix @@ -6,6 +6,7 @@ ../../home/cli.nix ../../home/firefox.nix ../../home/gnome + ../../home/libreoffice.nix ../../home/vscode.nix ];