mirror of
https://git.gay/sneexy/nixos.git
synced 2026-01-11 13:13:15 -08:00
chore: remove nyx repo and use linux-zen
This commit is contained in:
parent
596380725d
commit
86dbe9e251
2 changed files with 2 additions and 14 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue