This commit is contained in:
muon 2024-09-30 14:15:58 +00:00
parent 4dc6ab7864
commit d6558cdbeb
4 changed files with 124 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, lib, config, ... }: {
options.mods = {
boot.enable = lib.mkEnableOption {
description = "enables grub";
description = "enables grub";
default = true;
};
};