This commit is contained in:
lsoriano-mcm
2025-06-07 11:24:52 -05:00
parent 73ece504c9
commit 0abf1447af
9 changed files with 63 additions and 57 deletions
+6 -2
View File
@@ -1,4 +1,8 @@
{pkgs, shellAliases,...}: {
{
pkgs,
terminal,
...
}: {
home.packages = with pkgs; [
zoxide
oh-my-posh
@@ -28,7 +32,7 @@
];
enableCompletion = true;
syntaxHighlighting.enable = true;
shellAliases = shellAliases;
shellAliases = terminal.shellAliases;
history.size = 10000;
oh-my-zsh = {
plugins = [];