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

12 lines
168 B
Nix

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