From 130cf0ca75680d877ee5888d5966cfb8d422781f Mon Sep 17 00:00:00 2001 From: schererleander Date: Thu, 8 Jan 2026 12:17:01 +0100 Subject: feat(shells): configure minimal bash shell with zoxide --- modules/users/shells/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/users/shells/default.nix') diff --git a/modules/users/shells/default.nix b/modules/users/shells/default.nix index c3f96c7..9abd804 100644 --- a/modules/users/shells/default.nix +++ b/modules/users/shells/default.nix @@ -2,5 +2,6 @@ { imports = [ ./zsh + ./bash ]; } -- cgit v1.3.1