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

11 lines
167 B
Nix

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