Compare commits
No commits in common. "721ce3c0699571a2e345e5176e631a55a94edaaa" and "7d2b6503fc05d729091e942b7e6da9d38842f830" have entirely different histories.
721ce3c069
...
7d2b6503fc
3 changed files with 3 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
remmina
|
||||
|
||||
teleport.client
|
||||
teleport_16
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
gimp-with-plugins
|
||||
#gimp-with-plugins
|
||||
inkscape-with-extensions
|
||||
darktable
|
||||
hugin
|
||||
|
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue