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
|
system-base
|
||||||
hyprland
|
hyprland
|
||||||
pipewire
|
pipewire
|
||||||
|
sane
|
||||||
|
|
||||||
#TODO: moar aspects
|
#TODO: moar aspects
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -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, ... }: {
|
||||||
|
|||||||
Reference in New Issue
Block a user