8 lines
134 B
Nix
8 lines
134 B
Nix
# Configuration that spans accross system and home, or are almagations of modules
|
|
{ ... }:
|
|
{
|
|
imports = [
|
|
./bluetooth.nix
|
|
];
|
|
}
|