nixos-config/configurations/users.nix

5 lines
79 B
Nix

{ pkgs, ... }:
{
users.users.charlotte.extraGroups = [ "input" "video" ];
}