From 00515de2085480c804aec9b4d81b7fcd3f4e3e4e Mon Sep 17 00:00:00 2001 From: JuliusFreudenberger Date: Tue, 21 Jan 2025 12:58:46 +0200 Subject: [PATCH 1/3] Add spelling and hyphenation dicts --- modules/office.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/office.nix b/modules/office.nix index 24a80b7..9853555 100644 --- a/modules/office.nix +++ b/modules/office.nix @@ -5,6 +5,10 @@ }: { environment.systemPackages = with pkgs; [ libreoffice-fresh + hunspell hyphen + hunspellDicts.en_US hyphenDicts.en_US + hunspellDicts.de_DE hyphenDicts.de_DE + xournalpp system-config-printer From 298978c05321fa87267eb83d9ac0db931be5219a Mon Sep 17 00:00:00 2001 From: JuliusFreudenberger Date: Thu, 6 Feb 2025 14:46:14 +0200 Subject: [PATCH 2/3] Change teleport to client closure with most recent version --- modules/administration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/administration.nix b/modules/administration.nix index 64bb782..66e7ec2 100644 --- a/modules/administration.nix +++ b/modules/administration.nix @@ -6,7 +6,7 @@ environment.systemPackages = with pkgs; [ remmina - teleport_16 + teleport.client ]; } From 721ce3c0699571a2e345e5176e631a55a94edaaa Mon Sep 17 00:00:00 2001 From: JuliusFreudenberger Date: Thu, 6 Feb 2025 14:46:41 +0200 Subject: [PATCH 3/3] Reenable gimp and epson-escpr --- modules/creativity.nix | 2 +- modules/office.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/creativity.nix b/modules/creativity.nix index c01825b..23eb9b8 100644 --- a/modules/creativity.nix +++ b/modules/creativity.nix @@ -4,7 +4,7 @@ ... }: { environment.systemPackages = with pkgs; [ - #gimp-with-plugins + gimp-with-plugins inkscape-with-extensions darktable hugin diff --git a/modules/office.nix b/modules/office.nix index 9853555..a9d2f2d 100644 --- a/modules/office.nix +++ b/modules/office.nix @@ -24,7 +24,7 @@ enable = true; drivers = with pkgs; [ gutenprint - #epson-escpr + epson-escpr epson-escpr2 ]; };