diff --git a/modules/administration.nix b/modules/administration.nix index 66e7ec2..64bb782 100644 --- a/modules/administration.nix +++ b/modules/administration.nix @@ -6,7 +6,7 @@ environment.systemPackages = with pkgs; [ remmina - teleport.client + teleport_16 ]; } diff --git a/modules/creativity.nix b/modules/creativity.nix index 23eb9b8..c01825b 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 a9d2f2d..24a80b7 100644 --- a/modules/office.nix +++ b/modules/office.nix @@ -5,10 +5,6 @@ }: { environment.systemPackages = with pkgs; [ libreoffice-fresh - hunspell hyphen - hunspellDicts.en_US hyphenDicts.en_US - hunspellDicts.de_DE hyphenDicts.de_DE - xournalpp system-config-printer @@ -24,7 +20,7 @@ enable = true; drivers = with pkgs; [ gutenprint - epson-escpr + #epson-escpr epson-escpr2 ]; };