nix-config/profiles/default.nix

14 lines
199 B
Nix

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