scanner support?
This commit is contained in:
parent
e3e76ce8a1
commit
0889e2a0bd
4 changed files with 22 additions and 6 deletions
11
users/vy.nix
Normal file
11
users/vy.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
users.users.vy.packages = with pkgs; [
|
||||
|
||||
];
|
||||
|
||||
users.users.vy = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "scanner" "lp" ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue