1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat(direnv): persist cache

This commit is contained in:
oddlama 2023-10-18 14:45:34 +02:00
parent a226ecb27f
commit 76f81807b3
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 2 additions and 8 deletions

View file

@ -18,5 +18,6 @@
home.persistence."/state".directories = [
".local/share/direnv"
".cache/direnv"
];
}