This commit is contained in:
2025-08-29 15:25:40 +02:00
parent 26440bfeee
commit f3821f0dfa
201 changed files with 2461 additions and 1546 deletions

View File

@@ -4,10 +4,17 @@
config,
inputs,
...
}: let
inherit (lib) mkIf mkEnableOption mkMerge mkForce;
}:
let
inherit (lib)
mkIf
mkEnableOption
mkMerge
mkForce
;
cfg = config.nixos.boot.loader;
in {
in
{
options = {
nixos.boot.loader = {
default = {
@@ -54,7 +61,7 @@ in {
loader.systemd-boot.enable = mkForce false;
};
environment.systemPackages = [pkgs.sbctl];
environment.systemPackages = [ pkgs.sbctl ];
})
];
}