added scanner
This commit is contained in:
@ -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" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user