Add audio group

main
Matthew Ess 2020-01-01 23:48:19 -05:00
parent c8ea89557b
commit 47de67e111
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@
extraGroups = [
"wheel" # Enable sudo for the user.
"networkmanager"
"audio"
];
};
home-manager.users.mat = import ./home.nix;