nix/host/fsight/Configuration.nix

7 lines
56 B
Nix

{ ... }: {
imports = [
./Grub.nix
./Root.nix
];
}