Auto-commit: 2026-01-05 20:27:51
This commit is contained in:
@@ -38,10 +38,13 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
nixpkgs.overlays = lib.mkIf cfg.enable[
|
||||
nixpkgs.overlays = lib.mkIf cfg.enable [
|
||||
inputs.nix-cachyos-kernel.overlays.pinned
|
||||
];
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Boot/Kernel Stuff
|
||||
boot = {
|
||||
kernelPackages =
|
||||
|
||||
Reference in New Issue
Block a user