From 898b33c7aba3fffc84ef40822f0b3ee990985ffe Mon Sep 17 00:00:00 2001 From: Lilly Date: Mon, 5 Jan 2026 20:27:27 +0000 Subject: [PATCH] Auto-commit: 2026-01-05 20:27:27 --- system/core.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/system/core.nix b/system/core.nix index 00c1cfe..ee15ff6 100644 --- a/system/core.nix +++ b/system/core.nix @@ -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 =