ALSA: Difference between revisions

imported>Mic92
No edit summary
imported>Mic92
fix markup
Line 6: Line 6:
In order to save the sound card state on shutdown sound must be enabled in <code>configuration.nix</code>
In order to save the sound card state on shutdown sound must be enabled in <code>configuration.nix</code>


<syntaxHightlight lang=nix>
<syntaxHighlight lang=nix>
sound.enable = true;
sound.enable = true;
</syntaxHightlight>
</syntaxHighlight>