Auto-commit: 2026-01-05 20:27:27
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs, config, ... }:
|
||||
{ pkgs, config, inputs, lib, ... }:
|
||||
let
|
||||
cfg = config.my.cachyosKernel;
|
||||
in
|
||||
@@ -38,6 +38,10 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
nixpkgs.overlays = lib.mkIf cfg.enable[
|
||||
inputs.nix-cachyos-kernel.overlays.pinned
|
||||
];
|
||||
|
||||
# Boot/Kernel Stuff
|
||||
boot = {
|
||||
kernelPackages =
|
||||
|
||||
Reference in New Issue
Block a user