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: b9ae4c7fdc05aa068ca3bad61f744cabba7d9c88 (
plain
)
1
2
3
4
5
6
7
8
{
imports
=
[
./networking
./audio.nix
./bluetooth.nix
./tailscale.nix
];
}