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 ]; } 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 24a80b7..a9d2f2d 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 @@ -20,7 +24,7 @@ enable = true; drivers = with pkgs; [ gutenprint - #epson-escpr + epson-escpr epson-escpr2 ]; };