summaryrefslogtreecommitdiff
path: root/hosts/common
diff options
context:
space:
mode:
authorseth <[email protected]>2023-02-20 03:43:04 -0500
committerseth <[email protected]>2023-02-20 03:43:04 -0500
commit9a64ab70ea3276cf4470b6a23eaca81980f3a071 (patch)
tree1dc5031213760266e6ab31b275990e452828e0e4 /hosts/common
parent0957b051ef4befd86ce97deef04f5095bea9543b (diff)
switch back to zsh + fix some issues
i miss fish but it's being weird :/
Diffstat (limited to 'hosts/common')
-rw-r--r--hosts/common/packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/common/packages.nix b/hosts/common/packages.nix
index 297e9e8..62cf0a3 100644
--- a/hosts/common/packages.nix
+++ b/hosts/common/packages.nix
@@ -34,5 +34,6 @@ in
else "curses";
};
};
+ zsh.enable = true;
};
}