diff options
| author | Fuwn <[email protected]> | 2024-08-30 17:18:42 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-30 17:18:42 -0700 |
| commit | f011065b76e37a76222919c333005559eda8dbde (patch) | |
| tree | d56b550369591048c9062344e49ca3e79a291b14 /modules/programs/default.nix | |
| parent | update (diff) | |
| download | nixos-config-f011065b76e37a76222919c333005559eda8dbde.tar.xz nixos-config-f011065b76e37a76222919c333005559eda8dbde.zip | |
swag
Diffstat (limited to 'modules/programs/default.nix')
| -rw-r--r-- | modules/programs/default.nix | 1 |
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; }; } |