added scanner

This commit is contained in:
Alexander Szczepanski
2021-06-20 12:40:52 +02:00
parent 045bcbf79d
commit fde3bd141b
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
users.alex = { users.alex = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" "docker" "networkmanager" "libvirtd" "lp"]; extraGroups = [ "wheel" "docker" "networkmanager" "libvirtd" "lp" "scanner" ];
}; };
}; };

View File

@ -146,6 +146,7 @@ in
sound.enable = true; sound.enable = true;
hardware.pulseaudio.enable = true; hardware.pulseaudio.enable = true;
hardware.pulseaudio.support32Bit = true; hardware.pulseaudio.support32Bit = true;
hardware.sane.enable = true;
#thinkfan #thinkfan
services.thinkfan = { services.thinkfan = {
@ -199,8 +200,7 @@ in
nvidia-offload nvidia-offload
xorg.xf86videointel xorg.xf86videointel
intel-gpu-tools intel-gpu-tools
steam gnome.simple-scan
vscode
]; ];
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are