SANE: Add sane for plug-and-play scanner support
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
flake.modules.nixos.sane = {
|
||||
hardware.sane.enable = true;
|
||||
};
|
||||
}
|
||||
@@ -4,6 +4,7 @@
|
||||
system-base
|
||||
hyprland
|
||||
pipewire
|
||||
sane
|
||||
|
||||
#TODO: moar aspects
|
||||
];
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
(zsa-moonlander "weckyy702")
|
||||
];
|
||||
|
||||
users.users.weckyy702.extraGroups = [ "networkmanager" "dialout" ];
|
||||
users.users.weckyy702.extraGroups = [ "networkmanager" "dialout" "scanner" ];
|
||||
};
|
||||
|
||||
homeManager.weckyy702 = { pkgs, ... }: {
|
||||
|
||||
Reference in New Issue
Block a user