mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
programs.nix: configure ccache
This commit is contained in:
@@ -50,6 +50,11 @@
|
||||
gamescope.enable = true;
|
||||
noisetorch.enable = true;
|
||||
|
||||
ccache = {
|
||||
enable = true;
|
||||
cacheDir = "/media/Data/.ccache";
|
||||
};
|
||||
|
||||
git = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user