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

This commit is contained in:
2026-01-05 20:27:27 +00:00
parent 6d687deb90
commit 898b33c7ab

View File

@@ -1,4 +1,4 @@
{ pkgs, config, ... }: { pkgs, config, inputs, lib, ... }:
let let
cfg = config.my.cachyosKernel; cfg = config.my.cachyosKernel;
in in
@@ -38,6 +38,10 @@ in
}; };
}; };
nixpkgs.overlays = lib.mkIf cfg.enable[
inputs.nix-cachyos-kernel.overlays.pinned
];
# Boot/Kernel Stuff # Boot/Kernel Stuff
boot = { boot = {
kernelPackages = kernelPackages =