updates
This commit is contained in:
parent
a633383d11
commit
385cefb828
2 changed files with 9 additions and 0 deletions
|
@ -17,6 +17,12 @@
|
|||
"~/.config"
|
||||
];
|
||||
};
|
||||
home.shellAliases = {
|
||||
ndr = "nix-direnv-reload";
|
||||
};
|
||||
programs.zsh.shellAliases = {
|
||||
ndr = "nix-direnv-reload";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -56,6 +56,9 @@
|
|||
|
||||
# local only files
|
||||
"*.local"
|
||||
|
||||
# AI tooling
|
||||
".aider*"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue