Format project using nixfmt rfc candidate.
This commit is contained in:
parent
1f63817684
commit
a9f7fe416f
91 changed files with 1347 additions and 1000 deletions
|
@ -2,10 +2,24 @@
|
|||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
}:
|
||||
{
|
||||
config.machine.pkgsets.dict.pkgs = with pkgs; [
|
||||
translate-shell
|
||||
(hunspellWithDicts (with pkgs.hunspellDicts; [de-de en-us]))
|
||||
(aspellWithDicts (d: with d; [de en en-computers en-science]))
|
||||
(hunspellWithDicts (
|
||||
with pkgs.hunspellDicts;
|
||||
[
|
||||
de-de
|
||||
en-us
|
||||
]
|
||||
))
|
||||
(aspellWithDicts (
|
||||
d: with d; [
|
||||
de
|
||||
en
|
||||
en-computers
|
||||
en-science
|
||||
]
|
||||
))
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue