index
:
nixos-config
main
new-laptop
Nixos configuration for my pc
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
music
/
default.home.nix
blob: ac4f9d6bb97248b5b6e0a8d08f4660a5c3f28f17 (
plain
) (
blame
)
1
2
3
4
5
6
7
{
...
}:
{
imports
=
[
./mpd.home.nix
./client.home.nix
];
}