formatting

dev-docs
Moritz Böhme 2023-01-27 11:41:06 +01:00
parent 614fdf523e
commit da8b43d182
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 5 additions and 6 deletions

View File

@ -24,14 +24,13 @@ in
];
users.users.moritz.packages = with pkgs; [
myEmacs
(ripgrep.override { withPCRE2 = true; })
# flyspell
(hunspellWithDicts [
hunspellDicts.en_GB-ize
hunspellDicts.en_US
hunspellDicts.de_DE
])
(hunspellWithDicts (with hunspellDicts; [
en_GB-ize
en_US
de_DE
]))
# language servers
nil