chore: remove nyx repo and use linux-zen

This commit is contained in:
Ruben 2024-04-21 14:43:20 -05:00
commit 86dbe9e251
No known key found for this signature in database
GPG key ID: A6C94D84D2DA13EE
2 changed files with 2 additions and 14 deletions

View file

@ -42,11 +42,8 @@
auto-optimise-store = true;
};
# use linux-cachy from the nyx repo.
# is this actually "required"? no, not really. but i can have it, so why not?
# see nyx: https://www.nyx.chaotic.cx/
# see cachyos: https://github.com/CachyOS/linux-cachyos
boot.kernelPackages = pkgs.linuxPackages_cachyos;
# use linux-zen
boot.kernelPackages = pkgs.linuxKernel.packages.linux_zen;
# Bootloader.
boot.loader.systemd-boot.enable = true;