summaryrefslogtreecommitdiff
path: root/shenvs/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shenvs/config.nix')
-rw-r--r--shenvs/config.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/shenvs/config.nix b/shenvs/config.nix
deleted file mode 100644
index 4d33f74..0000000
--- a/shenvs/config.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{ shenvs, config, lib }: with lib; {
- gcKeep = with shenvs; let
- common = [
- dsp
- tex
- ];
-
- workstation = [
- randall
- ];
- in []; # common ++ optionals config.local.workstation workstation;
-}