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
zshConfigDir = "${config.home-manager.users.${user.username}.xdg.configHome}/zsh";
in
@@ -14,7 +20,7 @@ in
enable = true;
enableCompletion = true;
autosuggestion.enable = true;
# Disable syntaxHighlighting.enable (we handle it manually)
syntaxHighlighting.enable = true;
oh-my-zsh = {
enable = true;
theme = "agnoster";