From 271ab3bf4816f41fcd9d7724250821304af1f565 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Sun, 8 Mar 2026 11:13:38 +0100 Subject: [PATCH] Testing zsh --- .../system/applications/terminal_shell/zsh.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Droidnix/generated/system/applications/terminal_shell/zsh.nix b/Droidnix/generated/system/applications/terminal_shell/zsh.nix index d68b987f6..64d4411f6 100644 --- a/Droidnix/generated/system/applications/terminal_shell/zsh.nix +++ b/Droidnix/generated/system/applications/terminal_shell/zsh.nix @@ -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";