Host based configuration
This commit is contained in:
parent
1502fa1e36
commit
b4571fbe53
10 changed files with 106 additions and 79 deletions
11
modules/office.nix
Normal file
11
modules/office.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{pkgs, lib,...}:
|
||||
with pkgs;
|
||||
{
|
||||
home.packages = (lib.optionals pkgs.devEnvironment.enableOffice [
|
||||
libreoffice-fresh
|
||||
]) ++ (lib.optionals pkgs.devEnvironment.enableSpelling [
|
||||
hunspellDicts.en_GB-large
|
||||
hunspellDicts.en_US-large
|
||||
hunspellDicts.it_IT
|
||||
]);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue