setup scanner

This commit is contained in:
♥ Minnie ♥ 2024-11-30 21:38:35 +08:00
parent 579bf1a5db
commit d348fb8032
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
2 changed files with 6 additions and 1 deletions

View file

@ -11,7 +11,7 @@
users.users.sajenim = { users.users.sajenim = {
isNormalUser = true; isNormalUser = true;
extraGroups = ["audio" "docker" "networkmanager" "wheel" "adbusers"]; extraGroups = ["audio" "docker" "networkmanager" "wheel" "adbusers" "scanner" "lp"];
shell = pkgs.zsh; shell = pkgs.zsh;
openssh.authorizedKeys.keyFiles = [ openssh.authorizedKeys.keyFiles = [
"${inputs.self}/home-manager/sajenim/sajenim_sk.pub" "${inputs.self}/home-manager/sajenim/sajenim_sk.pub"

View file

@ -39,4 +39,9 @@
(pkgs.callPackage ./lw5xl.nix {}) (pkgs.callPackage ./lw5xl.nix {})
]; ];
}; };
hardware.sane = {
enable = true;
extraBackends = [pkgs.hplipWithPlugin];
};
} }