From 439cf5ab4356e860439a42d4c0f1e76172c46849 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 1 Oct 2021 19:10:07 -0400 Subject: [PATCH] refactor: remove unnecessary zsh tweak The referenced folder didn't exist. --- profiles/develop/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/develop/common.nix b/profiles/develop/common.nix index b18b7f8..8046f52 100644 --- a/profiles/develop/common.nix +++ b/profiles/develop/common.nix @@ -1 +1 @@ -{ imports = [ ./shells/zsh.nix ]; } +{ imports = [ ]; }