summaryrefslogtreecommitdiff
path: root/modules/programs/default.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-08-30 17:18:42 -0700
committerFuwn <[email protected]>2024-08-30 17:18:42 -0700
commitf011065b76e37a76222919c333005559eda8dbde (patch)
treed56b550369591048c9062344e49ca3e79a291b14 /modules/programs/default.nix
parentupdate (diff)
downloadnixos-config-f011065b76e37a76222919c333005559eda8dbde.tar.xz
nixos-config-f011065b76e37a76222919c333005559eda8dbde.zip
swag
Diffstat (limited to 'modules/programs/default.nix')
-rw-r--r--modules/programs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/programs/default.nix b/modules/programs/default.nix
index df9231e..cfba847 100644
--- a/modules/programs/default.nix
+++ b/modules/programs/default.nix
@@ -10,5 +10,6 @@
mtr.enable = true;
dconf.enable = true;
ssh.startAgent = false;
+ ccache.enable = true;
};
}