feat: Use cachyos kernel instead of zen

This commit is contained in:
ulic-youthlic 2026-03-08 06:52:36 +08:00
parent 14032df955
commit 912e8ff921
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
6 changed files with 163 additions and 33 deletions

View file

@ -40,6 +40,7 @@
(cachix "nix-community")
"https://cache.nixos.org"
"https://cache.nixos-cuda.org"
"https://attic.xuyh0120.win/lantian"
];
};
};
@ -68,6 +69,12 @@
rev = "0182a361324364ae3f436a63005877674cf45efb";
};
nix-cachyos-kernel = {
type = "github";
owner = "xddxdd";
repo = "nix-cachyos-kernel";
};
helix = {
type = "github";
owner = "helix-editor";