about summary refs log tree commit diff
path: root/users/glittershark/system/system/modules
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2021-01-13T15·14-0500
committerglittershark <grfn@gws.fyi>2021-01-13T16·53+0000
commit7850ad03219d4f144f8a8265ee89feaa9bbb2009 (patch)
tree285c21e53c62adb80d692082f5fdec11f334bc23 /users/glittershark/system/system/modules
parentf5e72972fd2fcfa58f48565936f364ebfe117f51 (diff)
feat(gs/yeren): Get internal soundcard working r/2087
Change-Id: Idafb951eb995a92e955e42bee5b563a738ce49c7
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2361
Tested-by: BuildkiteCI
Reviewed-by: glittershark <grfn@gws.fyi>
Diffstat (limited to 'users/glittershark/system/system/modules')
-rw-r--r--users/glittershark/system/system/modules/sound.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/glittershark/system/system/modules/sound.nix b/users/glittershark/system/system/modules/sound.nix
index 0d5ce3e318..15c8dd5e3f 100644
--- a/users/glittershark/system/system/modules/sound.nix
+++ b/users/glittershark/system/system/modules/sound.nix
@@ -11,4 +11,6 @@
     pasystray
     pavucontrol
   ];
+
+  hardware.pulseaudio.package = pkgs.pulseaudioFull;
 }