Testing zsh

This commit is contained in:
2026-03-08 11:13:38 +01:00
parent 1f3e569b41
commit 271ab3bf48
@@ -1,4 +1,10 @@
{ config, pkgs, lib, user, ... }: {
config,
pkgs,
lib,
user,
...
}:
let let
zshConfigDir = "${config.home-manager.users.${user.username}.xdg.configHome}/zsh"; zshConfigDir = "${config.home-manager.users.${user.username}.xdg.configHome}/zsh";
in in
@@ -14,7 +20,7 @@ in
enable = true; enable = true;
enableCompletion = true; enableCompletion = true;
autosuggestion.enable = true; autosuggestion.enable = true;
# Disable syntaxHighlighting.enable (we handle it manually) syntaxHighlighting.enable = true;
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;
theme = "agnoster"; theme = "agnoster";