Compare commits

..

2 commits

Author SHA1 Message Date
342282252d
add texlive 2023-01-27 11:41:46 +01:00
da8b43d182
formatting 2023-01-27 11:41:06 +01:00
2 changed files with 7 additions and 6 deletions

View file

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

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