diff options
Diffstat (limited to 'shenvs')
| -rw-r--r-- | shenvs/config.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shenvs/config.nix b/shenvs/config.nix index 2c4de6c..4d33f74 100644 --- a/shenvs/config.nix +++ b/shenvs/config.nix @@ -8,5 +8,5 @@ workstation = [ randall ]; - in common ++ optionals config.local.workstation workstation; + in []; # common ++ optionals config.local.workstation workstation; } |
