setup scanner
This commit is contained in:
parent
579bf1a5db
commit
d348fb8032
|
@ -11,7 +11,7 @@
|
|||
|
||||
users.users.sajenim = {
|
||||
isNormalUser = true;
|
||||
extraGroups = ["audio" "docker" "networkmanager" "wheel" "adbusers"];
|
||||
extraGroups = ["audio" "docker" "networkmanager" "wheel" "adbusers" "scanner" "lp"];
|
||||
shell = pkgs.zsh;
|
||||
openssh.authorizedKeys.keyFiles = [
|
||||
"${inputs.self}/home-manager/sajenim/sajenim_sk.pub"
|
||||
|
|
|
@ -39,4 +39,9 @@
|
|||
(pkgs.callPackage ./lw5xl.nix {})
|
||||
];
|
||||
};
|
||||
|
||||
hardware.sane = {
|
||||
enable = true;
|
||||
extraBackends = [pkgs.hplipWithPlugin];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue