Fix zsh (OMZ+carapace), GTK dark mode, waybar styling

This commit is contained in:
2026-02-09 22:12:20 +11:00
parent 2d583d8537
commit b40e86300c
6 changed files with 31 additions and 7 deletions

View File

@@ -26,6 +26,12 @@ home.stateVersion = "25.11";
programs.home-manager.enable = true;
dconf.settings."org/gnome/desktop/interface" = {
color-scheme = "prefer-dark";
};
# ---
# Shell (zsh + oh-my-zsh + powerlevel10k)
# ---
@@ -53,6 +59,10 @@ home.stateVersion = "25.11";
if [ -f "$HOME/.config/zsh/local.zsh" ]; then
source "$HOME/.config/zsh/local.zsh"
fi
# carapace completions
if command -v carapace >/dev/null 2>&1; then
eval "$(carapace _carapace zsh)"
fi
'';
};
@@ -89,7 +99,7 @@ home.stateVersion = "25.11";
# Packages (NOW list + a few safe essentials)
# ---
home.packages = with pkgs; [
carapace
aider-chat
opencode
goose-cli