[tohru] Install LibreOffice
This commit is contained in:
parent
daeb0198df
commit
12fa3004b4
2 changed files with 10 additions and 0 deletions
9
home/libreoffice.nix
Normal file
9
home/libreoffice.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
libreoffice
|
||||
hunspell
|
||||
hunspellDicts.en_GB-ise
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue