feat: use cachyos kernel on acer host

This commit is contained in:
2026-06-19 22:10:06 +02:00
parent e02099e022
commit a6af72b1ae
4 changed files with 132 additions and 9 deletions
+2
View File
@@ -13,6 +13,7 @@
nix-skills,
nixpkgs-linuxeol,
bun2nix,
nix-cachyos-kernel,
...
}:
hardwareConfig: hostConfig:
@@ -32,6 +33,7 @@ nixpkgs.lib.nixosSystem {
claude-code.overlays.default
acer-wmi-ext.overlays.default
nix-skills.overlays.default
nix-cachyos-kernel.overlays.pinned
] ++ (import ../overlays/pkgs.nix { inherit bun2nix; });
nix.settings = {
substituters = [ "https://claude-code.cachix.org" ];