Regenerated

This commit is contained in:
2026-03-22 14:42:50 +00:00
parent 7ff2139aab
commit 7dbffbbad7
32 changed files with 1 additions and 1603 deletions
+1 -8
View File
@@ -1222,11 +1222,6 @@ let
programName = "zsh";
programAssets = ../../../assets/system/conf/${programName};
zshInitFile = "${programAssets}/zsh.conf";
# Helper to fetch an external plugin from GitHub
fetchPlugin = { owner, repo, rev, sha256 }: pkgs.fetchFromGitHub {
inherit owner repo rev sha256;
};
in
{
# Ensure zsh is installed system-wide
@@ -1243,14 +1238,12 @@ in
enable = true;
theme = "catppuccin-mocha";
# Standard built-in plugins
# Only built-in plugins
plugins = [
"git"
"docker"
"direnv"
"zsh-autosuggestions"
"zsh-completions"
"zsh-history-substring-search"
];
# Inject custom Zsh configuration