Add scanning

This commit is contained in:
asonix 2024-06-14 09:48:01 -05:00
parent 24fb4aa421
commit 9333917d1c
2 changed files with 7 additions and 1 deletions

View file

@ -67,6 +67,12 @@
};
services.ipp-usb.enable = true;
# Scanning
hardware.sane = {
enable = true;
brscan4.enable = true;
};
programs.dconf.enable = true;
# services.gnome.evolution-data-server.enable = true;
# optional to use google/nextcloud calendar

View file

@ -9,7 +9,7 @@
isNormalUser = true;
description = name;
shell = pkgs.zsh;
extraGroups = [ "networkmanager" "wheel" ];
extraGroups = [ "lp" "networkmanager" "scanner" "wheel" ];
};
users.defaultUserShell = pkgs.zsh;