nixfiles/nixos/profiles/graphical/profile-inheritance.nix

5 lines
75 B
Nix

{tree, ...}: {
imports = with tree.nixos.profiles; [
bootable
];
}