formatting
parent
614fdf523e
commit
da8b43d182
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue