diff --git a/modules/profiles/desktop.nix b/modules/profiles/desktop.nix index 54fb43a..a8d711e 100644 --- a/modules/profiles/desktop.nix +++ b/modules/profiles/desktop.nix @@ -125,8 +125,6 @@ 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 0e65565..c754558 100644 --- a/modules/programs/emacs.nix +++ b/modules/programs/emacs.nix @@ -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