add user to video group

This commit is contained in:
uku 2023-11-06 16:54:55 +01:00
parent 03878c3856
commit 180a49f2ab
Signed by: uku
GPG key ID: 7D01D7B105E77166

View file

@ -66,7 +66,7 @@
users.users.leo = { users.users.leo = {
isNormalUser = true; isNormalUser = true;
description = "leo"; description = "leo";
extraGroups = ["networkmanager" "wheel"]; extraGroups = ["networkmanager" "wheel" "video"];
shell = pkgs.fish; shell = pkgs.fish;
packages = with pkgs; [ packages = with pkgs; [
firefox firefox