Skip to content

Instantly share code, notes, and snippets.

@betaboon
Created May 26, 2020 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save betaboon/99b4469c8152f6da3baee7df21a6486e to your computer and use it in GitHub Desktop.
Save betaboon/99b4469c8152f6da3baee7df21a6486e to your computer and use it in GitHub Desktop.
hardware.pulseaudio.extraModules = let
sennheiseProfileSet = pkgs.writeTextFile {
name = "gsx-profile-set";
destination = "/usr/share/pulseaudio/alsa-mixer/profile-sets/sennheiser-gsx-1000.conf";
text = ''
[General]
auto-profiles = no
...
...
skip-probe = yes
'';
};
in [ sennheiserProfileSet ];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment