8 lines
90 B
Nix
8 lines
90 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./all-grub.nix
|
|
./minegrub.nix
|
|
];
|
|
}
|