[Nix-dev] Creating .asoundrc or other files within configuration.nix?
Marc Weber
marco-oweber at gmx.de
Sun Jun 3 08:47:26 CEST 2012
Excerpts from Sol Reynolds's message of Sun Jun 03 08:01:36 +0200 2012:
> I'm trying to figure out if it's possible to create an .asoundrc
> from configuration.nix. Any advice if this is a futile quest?
Well there is /etc/skel/ which let's you add files which will be copied
to each home directory.
Its important to think about whether you need symlinks or files.
files can be edited by users - symlinks to /etc/skel will always
represent current generation contents ..
That's all which comes to my mind.
Maybe alsa* tools already read a global configuration first ( I forgot)
or can be patched to do so.
Marc Weber
More information about the nix-dev
mailing list