mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 11:21:53 -05:00
users: added aly to video group
This commit is contained in:
parent
af4ac64135
commit
d8d41ef4b8
|
@ -5,7 +5,7 @@
|
|||
users.users.aly = {
|
||||
isNormalUser = true;
|
||||
description = "Aly Raffauf";
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" "libvirtd" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" "libvirtd" "video" ];
|
||||
};
|
||||
|
||||
home-manager.users.aly = import ../home/aly.nix;
|
||||
|
|
Loading…
Reference in a new issue