index
:
nixos-config
main
Collin's NixOS configurations
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
services
/
system
/
default.nix
blob: 4c03dfd48af004b16bd3d1804e866d777a49d389 (
plain
)
1
2
3
4
5
6
7
{
imports
=
[
./networking
./audio.nix
./bluetooth.nix
];
}