Nyx-Modules/Modules/System/Application/Grub/default.nix
2025-08-29 12:29:00 +02:00

8 lines
90 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
./all-grub.nix
./minegrub.nix
];
}