users: added aly to video group

This commit is contained in:
Aly Raffauf 2024-03-23 15:20:23 -04:00
parent af4ac64135
commit d8d41ef4b8

View file

@ -5,7 +5,7 @@
users.users.aly = { users.users.aly = {
isNormalUser = true; isNormalUser = true;
description = "Aly Raffauf"; description = "Aly Raffauf";
extraGroups = [ "networkmanager" "wheel" "docker" "libvirtd" ]; extraGroups = [ "networkmanager" "wheel" "docker" "libvirtd" "video" ];
}; };
home-manager.users.aly = import ../home/aly.nix; home-manager.users.aly = import ../home/aly.nix;