add nyx-loner for cachyos kernel

This commit is contained in:
2026-05-03 12:35:29 -03:00
parent 4d74d73e65
commit 4c6f2647f2
8 changed files with 219 additions and 199 deletions
+8 -3
View File
@@ -53,11 +53,16 @@
);
settings.flake-registry = "";
settings.substituters = [ "https://attic.xuyh0120.win/lantian" ];
settings.trusted-public-keys = [ "lantian:EeAUQ+W+6r7EtwnmYjeVwx5kOGEBpjlBfPlzGlTNvHc=" ];
settings.substituters = [ "https://cache.garnix.io" ];
settings.trusted-public-keys = [ "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" ];
};
# chaotic
chaotic.nyx = {
cache.enable = true;
overlay.enable = true;
};
nixpkgs.overlays = [ inputs.nix-cachyos-kernel.overlays.pinned ];
services = {
flatpak = {
enable = true;