mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 17:54:08 -05:00
Add pulseaudio properly
This commit is contained in:
parent
8a7c48c8dc
commit
77be98ca26
2 changed files with 4 additions and 1 deletions
|
|
@ -47,6 +47,9 @@
|
|||
};
|
||||
|
||||
hypr.enable = lib.mkDefault false;
|
||||
|
||||
# Configure pulseaudio
|
||||
hardware.pulseaudio.enable = lib.mkDefault true;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,6 +2,6 @@
|
|||
users.users.crow = lib.mkIf config.users.crow.enable {
|
||||
isNormalUser = true;
|
||||
initialPassword = "changeme";
|
||||
extraGroups = [ "wheel" "networkmanager" ];
|
||||
extraGroups = [ "wheel" "networkmanager" "audio" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue