This website requires JavaScript.
Explore
Help
Sign In
AtaraxiaDev
/
nixos-config
Watch
1
Star
0
Fork
0
You've already forked nixos-config
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
nixos-config
/
modules
/
sound
/
default.nix
10 lines
116 B
Nix
Raw
Normal View
History
Unescape
Escape
wip
2020-02-10 06:08:03 +04:00
{
config
,
lib
,
pkgs
,
.
.
.
}:
{
sound
.
enable
=
true
;
wip
2020-02-10 20:06:45 +04:00
imports
=
[
./pulseaudio.nix
update, change terminal
2020-11-10 00:09:40 +04:00
# ./mopidy.nix
wip
2020-02-10 20:06:45 +04:00
]
;
wip
2020-02-10 06:08:03 +04:00
}
Reference in New Issue
Copy Permalink