diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-03-17 17:53:52 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-03-17 17:54:42 -0600 |
| commit | 7fd816ba89cb4d924d89b2f7e07028644dce0c7f (patch) | |
| tree | 46766472a6ea8ff381c45d77547b2ba54a8fb775 /shenvs/config.nix | |
| parent | 484b589512acde9442d93ac9b6f331d7cc2551e6 (diff) | |
home: add shenv gc root
Diffstat (limited to 'shenvs/config.nix')
| -rw-r--r-- | shenvs/config.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shenvs/config.nix b/shenvs/config.nix new file mode 100644 index 0000000..caf4b18 --- /dev/null +++ b/shenvs/config.nix @@ -0,0 +1,8 @@ +shenvs: { + gcKeep = with shenvs; [ + android-dev + dsp + el3310 + randall + ]; +} |
