Complete unstable configuration with home manager
This commit is contained in:
parent
bbee9d7993
commit
df1d6df54e
17 changed files with 412 additions and 312 deletions
|
|
@ -1,12 +1,11 @@
|
|||
{pkgs, lib,...}:
|
||||
with pkgs;
|
||||
{
|
||||
home.packages = (lib.optionals pkgs.devEnvironment.enableOffice [
|
||||
home.packages = [
|
||||
# libreoffice-fresh
|
||||
onlyoffice-bin
|
||||
]) ++ (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