Compare commits

...

3 commits

3 changed files with 7 additions and 3 deletions

View file

@ -6,7 +6,7 @@
environment.systemPackages = with pkgs; [
remmina
teleport_16
teleport.client
];
}

View file

@ -4,7 +4,7 @@
...
}: {
environment.systemPackages = with pkgs; [
#gimp-with-plugins
gimp-with-plugins
inkscape-with-extensions
darktable
hugin

View file

@ -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
];
};