feat: teheheheee

This commit is contained in:
Kat Inskip 2025-09-18 05:12:14 -07:00
parent 47c88c3dfc
commit 9130316c24
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
14 changed files with 261 additions and 261 deletions

View file

@ -1,4 +1,4 @@
{pkgs, ...}: {
boot.zfs.package = pkgs.zfs_cachyos;
boot.kernelPackages = pkgs.linuxPackages_cachyos;
boot.kernelPackages = pkgs.linuxPackages_cachyos-lto;
}