diff --git a/configs/user.nix b/configs/user.nix index 0894245..4eaf6af 100644 --- a/configs/user.nix +++ b/configs/user.nix @@ -8,7 +8,7 @@ users.alex = { isNormalUser = true; - extraGroups = [ "wheel" "docker" "networkmanager" "libvirtd" "lp"]; + extraGroups = [ "wheel" "docker" "networkmanager" "libvirtd" "lp" "scanner" ]; }; }; diff --git a/machine/thinkpad/configuration.nix b/machine/thinkpad/configuration.nix index e789157..6500ff3 100644 --- a/machine/thinkpad/configuration.nix +++ b/machine/thinkpad/configuration.nix @@ -146,6 +146,7 @@ in sound.enable = true; hardware.pulseaudio.enable = true; hardware.pulseaudio.support32Bit = true; + hardware.sane.enable = true; #thinkfan services.thinkfan = { @@ -199,8 +200,7 @@ in nvidia-offload xorg.xf86videointel intel-gpu-tools - steam - vscode + gnome.simple-scan ]; # Some programs need SUID wrappers, can be configured further or are