all repos — nixfiles @ d11f0455f026fa0165a04f08c2cd6ee01f13de97

System and user configuration, managed by nix and home-manager

t470s: Kludgy fix for missing HDMI sound sink

Alan Pearce
commit

d11f0455f026fa0165a04f08c2cd6ee01f13de97

parent

6e62d660060b6661ffce847979783999692aa267

1 file changed, 4 insertions(+), 0 deletions(-)

jump to
M modules/t470s.nixmodules/t470s.nix
@@ -7,6 +7,10 @@ ];
systemd.services.ModemManager.enable = true; + hardware.pulseaudio.extraConfig = '' + load-module module-alsa-sink device=hw:0,7 + ''; + environment.systemPackages = with pkgs; [ nvme-cli ];