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

8 lines
130 B
Nix

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