diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-08-08 11:10:11 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-08-08 11:10:11 -0500 |
commit | 0a0d143dae9106190bd11adeed2c2c3ed2df935f (patch) | |
tree | b57ca0a24c086e1463f3f816c274de83b013275e | |
parent | 0c137c1581d6b13c98241239eac7a32aa682f857 (diff) | |
download | nixos-config-0a0d143dae9106190bd11adeed2c2c3ed2df935f.tar.gz nixos-config-0a0d143dae9106190bd11adeed2c2c3ed2df935f.zip |
hosts/tomato: Install kccacheproxy
-rw-r--r-- | hosts/tomato/packages.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/tomato/packages.nix b/hosts/tomato/packages.nix index e0efffa..d9cdb73 100644 --- a/hosts/tomato/packages.nix +++ b/hosts/tomato/packages.nix @@ -60,6 +60,7 @@ in azahar dolphin-emu protonvpn-gui + kccacheproxy ]; this.unfree.allowed = [ |