ardour fix?

This commit is contained in:
Sakooooo 2024-09-26 20:54:07 +04:00
parent 19b41a4c52
commit c6928d7f9a
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -99,7 +99,7 @@
users.users.sako = { users.users.sako = {
isNormalUser = true; isNormalUser = true;
extraGroups = ["wheel" "networkmanager"]; # Enable sudo for the user. extraGroups = ["wheel" "networkmanager" "audio"];
}; };
home-manager.useUserPackages = true; home-manager.useUserPackages = true;