working on zsh

This commit is contained in:
2026-03-09 19:47:30 +01:00
parent 6b076115a1
commit 30a97d3bc9
4 changed files with 337 additions and 345 deletions
@@ -9,7 +9,6 @@ in
zsh-syntax-highlighting
starship
];
programs.zsh = {
enable = true;
enableCompletion = true;
@@ -32,7 +31,6 @@ in
ll = "exa --icons -la --group-directories-first";
};
};
# Use the .zshrc file from assets
xdg.configFile."zsh/.zshrc".source = "${assetsDir}/.zshrc";
};