Compare commits
3 commits
7d2b6503fc
...
721ce3c069
Author | SHA1 | Date | |
---|---|---|---|
721ce3c069 | |||
298978c053 | |||
00515de208 |
3 changed files with 7 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
remmina
|
remmina
|
||||||
|
|
||||||
teleport_16
|
teleport.client
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
#gimp-with-plugins
|
gimp-with-plugins
|
||||||
inkscape-with-extensions
|
inkscape-with-extensions
|
||||||
darktable
|
darktable
|
||||||
hugin
|
hugin
|
||||||
|
|
|
@ -5,6 +5,10 @@
|
||||||
}: {
|
}: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
|
hunspell hyphen
|
||||||
|
hunspellDicts.en_US hyphenDicts.en_US
|
||||||
|
hunspellDicts.de_DE hyphenDicts.de_DE
|
||||||
|
|
||||||
xournalpp
|
xournalpp
|
||||||
|
|
||||||
system-config-printer
|
system-config-printer
|
||||||
|
@ -20,7 +24,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
drivers = with pkgs; [
|
drivers = with pkgs; [
|
||||||
gutenprint
|
gutenprint
|
||||||
#epson-escpr
|
epson-escpr
|
||||||
epson-escpr2
|
epson-escpr2
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue