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
|
inputs.nix-cachyos-kernel.overlays.pinned
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Allow unfree packages
|
||||||
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
# Boot/Kernel Stuff
|
# Boot/Kernel Stuff
|
||||||
boot = {
|
boot = {
|
||||||
kernelPackages =
|
kernelPackages =
|
||||||
|
|||||||
Reference in New Issue
Block a user