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

@@ -36,6 +36,9 @@
xwayland.enable = true;
};
# Home-manager needs zsh enabled system-wide for gortium user
programs.zsh.enable = true;
# HackerGadgets AIO v2 board
hardware.uconsole-cm5-aio-v2 = {
enable = true;