Compare commits

..

No commits in common. "342282252d819cae96cd7eb07f09a2df67101248" and "614fdf523eb1ae223403a783cd762b466eb30ed5" have entirely different histories.

2 changed files with 6 additions and 7 deletions

View File

@ -125,8 +125,6 @@ with lib; {
jetbrains.pycharm-professional jetbrains.pycharm-professional
synology-drive-client synology-drive-client
texlive.combined.scheme-full
]; ];
programs = { programs = {

View File

@ -24,13 +24,14 @@ 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 (with hunspellDicts; [ (hunspellWithDicts [
en_GB-ize hunspellDicts.en_GB-ize
en_US hunspellDicts.en_US
de_DE hunspellDicts.de_DE
])) ])
# language servers # language servers
nil nil