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

9 lines
143 B
Nix

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