Fix audio on laptop
This commit is contained in:
parent
93ad118b22
commit
98eb4e7327
3 changed files with 10 additions and 2 deletions
|
@ -3,5 +3,4 @@
|
|||
allowUnfree = true;
|
||||
allowBroken = false;
|
||||
android_sdk.accept_license = true;
|
||||
pulseaudio = true;
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@ in
|
|||
|
||||
dadada = {
|
||||
autoUpgrade.enable = false;
|
||||
headphones.enable = true;
|
||||
#headphones.enable = true;
|
||||
steam.enable = true;
|
||||
#fido2 = {
|
||||
# credential = "04ea2813a116f634e90f9728dbbb45f1c0f93b7811941a5a14fb75e711794df0c26552dae2262619c1da2be7562ec9dd94888c71a9326fea70dfe16214b5ea8ec01473070000";
|
||||
|
|
|
@ -53,4 +53,13 @@ with lib;
|
|||
services.xserver.desktopManager.gnome.enable = mkDefault true;
|
||||
|
||||
xdg.mime.enable = mkDefault true;
|
||||
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue