Regenerated
This commit is contained in:
+1
-8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user