From 64e6052f5f24213141faba155b896c6beaef26f4 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Thu, 25 Aug 2022 15:21:33 -0600 Subject: home: switch old-style shenvs to hm-isolation --- shenvs/config.nix | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 shenvs/config.nix (limited to 'shenvs/config.nix') 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; -} -- cgit v1.2.3