feat: Use cachyos kernel instead of zen
This commit is contained in:
parent
14032df955
commit
912e8ff921
6 changed files with 163 additions and 33 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue