mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
* ALSA support: save/restore the volume settings, create device nodes
in /dev/snd. svn path=/nixos/trunk/; revision=8124
This commit is contained in:
parent
a177575779
commit
ba56551986
5 changed files with 64 additions and 1 deletions
|
@ -197,7 +197,8 @@ rec {
|
|||
nixosRebuild
|
||||
nixosCheckout
|
||||
setuidWrapper
|
||||
];
|
||||
]
|
||||
++ (if config.get ["sound" "enable"] then [pkgs.alsaUtils] else []);
|
||||
|
||||
|
||||
# We don't want to put all of `startPath' and `path' in $PATH, since
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue