nix-config/modules/common/profiles/default.nix

7 lines
129 B
Nix

# Configuration that spans across system and home, or are almagations of modules
{ ... }:
{
imports = [
./bluetooth
];
}