This commit is contained in:
2026-04-26 20:45:55 -03:00
parent 7fcd58a909
commit 4d74d73e65
9 changed files with 211 additions and 78 deletions
+5
View File
@@ -28,6 +28,7 @@
## Cache
ccache.enable = true;
ccache.cacheDir = "/var/cache/ccache";
};
nix = {
@@ -51,8 +52,12 @@
lib.filterAttrs (_: value: lib.isType "flake" value) inputs
);
settings.flake-registry = "";
settings.substituters = [ "https://attic.xuyh0120.win/lantian" ];
settings.trusted-public-keys = [ "lantian:EeAUQ+W+6r7EtwnmYjeVwx5kOGEBpjlBfPlzGlTNvHc=" ];
};
nixpkgs.overlays = [ inputs.nix-cachyos-kernel.overlays.pinned ];
services = {
flatpak = {
enable = true;