diff options
author | sinanmohd <sinan@firemail.cc> | 2023-08-05 23:24:46 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-08-06 11:33:33 +0530 |
commit | 62c6ea424100e9c415b987e329e43360d76992a9 (patch) | |
tree | b6941960b8887a3ace3697e7c32728cd53433132 /hardware/cez.nix | |
parent | 24af5ed9642408570922830dd0184f591b588c9b (diff) |
cez: switch the default alsa card from hdmi to inbuilt
Diffstat (limited to 'hardware/cez.nix')
-rw-r--r-- | hardware/cez.nix | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/hardware/cez.nix b/hardware/cez.nix index b3f0744..dc474e6 100644 --- a/hardware/cez.nix +++ b/hardware/cez.nix @@ -17,7 +17,13 @@ wireless.iwd.enable = true; }; - sound.enable = true; + sound = { + enable = true; + extraConfig = '' + defaults.pcm.card 1 + defaults.ctl.card 1 + ''; + }; services.pipewire = { enable = true; pulse.enable = true; |