nix-config/profiles/default.nix

9 lines
147 B
Nix

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