[tohru] Install LibreOffice
This commit is contained in:
parent
daeb0198df
commit
12fa3004b4
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
|
||||||
|
];
|
||||||
|
}
|
|
@ -6,6 +6,7 @@
|
||||||
../../home/cli.nix
|
../../home/cli.nix
|
||||||
../../home/firefox.nix
|
../../home/firefox.nix
|
||||||
../../home/gnome
|
../../home/gnome
|
||||||
|
../../home/libreoffice.nix
|
||||||
../../home/vscode.nix
|
../../home/vscode.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue