diff --git a/modules/profiles/desktop.nix b/modules/profiles/desktop.nix index a8d711e..54fb43a 100644 --- a/modules/profiles/desktop.nix +++ b/modules/profiles/desktop.nix @@ -125,6 +125,8 @@ with lib; { jetbrains.pycharm-professional synology-drive-client + + texlive.combined.scheme-full ]; programs = { diff --git a/modules/programs/emacs.nix b/modules/programs/emacs.nix index c754558..0e65565 100644 --- a/modules/programs/emacs.nix +++ b/modules/programs/emacs.nix @@ -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