programs.nix: configure ccache

This commit is contained in:
2025-12-13 22:41:04 +01:00
parent a7bb0916b1
commit 60dc70d0e0

View File

@@ -50,6 +50,11 @@
gamescope.enable = true;
noisetorch.enable = true;
ccache = {
enable = true;
cacheDir = "/media/Data/.ccache";
};
git = {
enable = true;
lfs.enable = true;