Merge branch 'master' of git.dustinswan.com:dustinswan/dotfiles

This commit is contained in:
2026-01-08 17:29:41 -07:00
4 changed files with 207 additions and 289 deletions

View File

@@ -128,6 +128,11 @@ in
programs.fish = {
enable = true;
shellAbbrs = {
nrs = "sudo nixos-rebuild switch";
nrsu = "sudo nixos-rebuild switch --upgrade";
hms = "home-manager switch";
};
plugins = [
{
name = "plugin-git";