Auto-commit: 2026-01-05 20:27:51

This commit is contained in:
2026-01-05 20:27:51 +00:00
parent 9658439aee
commit 53008fadc2

View File

@@ -38,10 +38,13 @@ in
}; };
}; };
nixpkgs.overlays = lib.mkIf cfg.enable[ nixpkgs.overlays = lib.mkIf cfg.enable [
inputs.nix-cachyos-kernel.overlays.pinned inputs.nix-cachyos-kernel.overlays.pinned
]; ];
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# Boot/Kernel Stuff # Boot/Kernel Stuff
boot = { boot = {
kernelPackages = kernelPackages =