Desktop: enable scanning
This commit is contained in:
parent
50766db8c9
commit
747c01370a
2 changed files with 10 additions and 0 deletions
9
roles/desktop/configuration.nix
Normal file
9
roles/desktop/configuration.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
hardware.sane = {
|
||||
enable = true;
|
||||
extraBackends = [ pkgs.sane-airscan ];
|
||||
};
|
||||
users.users.toast.extraGroups = [ "scanner" ];
|
||||
}
|
||||
|
|
@ -4,5 +4,6 @@
|
|||
imports = [
|
||||
./services
|
||||
./programs
|
||||
./configuration.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue