diff options
Diffstat (limited to 'modules/t470s.nix')
-rw-r--r-- | modules/t470s.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/t470s.nix b/modules/t470s.nix index 133354a..09263b6 100644 --- a/modules/t470s.nix +++ b/modules/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 ]; |