nixfiles/nixos/roles/graphical/bootable.nix

5 lines
72 B
Nix

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