Auto-commit: 2026-01-05 20:27:27
This commit is contained in:
@@ -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 =
|
||||||
|
|||||||
Reference in New Issue
Block a user