formatting
parent
614fdf523e
commit
da8b43d182
|
@ -24,14 +24,13 @@ in
|
||||||
];
|
];
|
||||||
users.users.moritz.packages = with pkgs; [
|
users.users.moritz.packages = with pkgs; [
|
||||||
myEmacs
|
myEmacs
|
||||||
|
|
||||||
(ripgrep.override { withPCRE2 = true; })
|
(ripgrep.override { withPCRE2 = true; })
|
||||||
# flyspell
|
# flyspell
|
||||||
(hunspellWithDicts [
|
(hunspellWithDicts (with hunspellDicts; [
|
||||||
hunspellDicts.en_GB-ize
|
en_GB-ize
|
||||||
hunspellDicts.en_US
|
en_US
|
||||||
hunspellDicts.de_DE
|
de_DE
|
||||||
])
|
]))
|
||||||
|
|
||||||
# language servers
|
# language servers
|
||||||
nil
|
nil
|
||||||
|
|
Loading…
Reference in New Issue