Add samsung printers
This commit is contained in:
parent
9b134ee1d0
commit
24cc8b8b4b
1 changed files with 2 additions and 1 deletions
|
@ -29,6 +29,7 @@ in
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wget git zsh gnupg curl tmux python36Packages.glances
|
wget git zsh gnupg curl tmux python36Packages.glances
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
i18n.defaultLocale = "en_GB.UTF-8";
|
i18n.defaultLocale = "en_GB.UTF-8";
|
||||||
|
@ -65,7 +66,7 @@ in
|
||||||
|
|
||||||
printing = {
|
printing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
drivers = [ pkgs.epson-escpr ];
|
drivers = [ pkgs.epson-escpr pkgs.samsung-unified-linux-driver pkgs.splix ];
|
||||||
};
|
};
|
||||||
avahi = {
|
avahi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue