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
synology-drive-client
texlive.combined.scheme-full
];
programs = {

View File

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