Switch to bash

This commit is contained in:
2025-11-10 09:10:45 -05:00
parent 1f9a1a20dd
commit 75ca714850
4 changed files with 26 additions and 56 deletions

View File

@@ -12,12 +12,6 @@
nix.enable = false;
programs.zsh = {
enable = true;
# https://github.com/nix-community/home-manager/issues/108#issuecomment-340397178
enableCompletion = false;
};
system.stateVersion = 4;
users.users."dave.gallant".home = "/Users/dave.gallant";