index
:
nix-config
this commit
main
tmp
This is my system configuration, targeting workstations.
Gitolite user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound.nix
blob: 10c3916f7354c5cb556f7f0c6754bd7747edc923 (
plain
) (
blame
)
1
2
3
4
5
6
{
config
,
pkgs
,
...
}:
{
sound
.
enable
=
true
;
hardware
.
pulseaudio
.
enable
=
true
;
}