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

11 lines
154 B
Nix

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