summaryrefslogtreecommitdiff
path: root/shenvs/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shenvs/config.nix')
-rw-r--r--shenvs/config.nix8
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
+ ];
+}