SANE: Add sane for plug-and-play scanner support

This commit is contained in:
Weckyy702
2026-07-24 14:28:16 +02:00
parent 359526182e
commit 8df7bf8925
3 changed files with 7 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
{
flake.modules.nixos.sane = {
hardware.sane.enable = true;
};
}
+1
View File
@@ -4,6 +4,7 @@
system-base system-base
hyprland hyprland
pipewire pipewire
sane
#TODO: moar aspects #TODO: moar aspects
]; ];
+1 -1
View File
@@ -16,7 +16,7 @@
(zsa-moonlander "weckyy702") (zsa-moonlander "weckyy702")
]; ];
users.users.weckyy702.extraGroups = [ "networkmanager" "dialout" ]; users.users.weckyy702.extraGroups = [ "networkmanager" "dialout" "scanner" ];
}; };
homeManager.weckyy702 = { pkgs, ... }: { homeManager.weckyy702 = { pkgs, ... }: {