fix: zsh conflicts for gortium home-manager on uConsole

- Remove duplicate .zshrc from home.file (managed by programs.zsh)
- Enable programs.zsh system-wide for gortium user
This commit is contained in:
2026-06-16 19:06:44 -04:00
parent bcf924408b
commit 1d50b6455d
5 changed files with 280 additions and 3 deletions

View File

@@ -10,9 +10,6 @@ in {
programs.home-manager.enable = true;
home.file = {
# zsh
".zshrc".source = "${dotfiles}/zsh/.zshrc";
# tmux
".tmux.conf".source = "${dotfiles}/tmux/.tmux.conf";