darwin rebuilding

This commit is contained in:
lsoriano-mcm
2025-08-07 12:01:20 -05:00
parent 12dbe7536f
commit b86646816b
12 changed files with 247 additions and 25 deletions
+14
View File
@@ -0,0 +1,14 @@
{
pkgs,
myConfig,
...
}: {
programs.fish = {
interactiveShellInit = ''
set fish_greeting
fish_vi_key_bindings
zoxide init fish | source
'';
};
}