From da8b43d182d45323720f9e6a88525b2406b4d181 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Fri, 27 Jan 2023 11:41:06 +0100 Subject: [PATCH 1/2] formatting --- modules/programs/emacs.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 From 342282252d819cae96cd7eb07f09a2df67101248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Fri, 27 Jan 2023 11:41:46 +0100 Subject: [PATCH 2/2] add texlive --- modules/profiles/desktop.nix | 2 ++ 1 file changed, 2 insertions(+) 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 = {