This commit is contained in:
mjallen18
2025-03-19 21:13:18 -05:00
parent ced74a50dc
commit 30ace8874d

View File

@@ -80,6 +80,7 @@ in
plugins = [ "git" ];
theme = "fishy";
};
};
git = {
enable = true;
@@ -88,5 +89,4 @@ in
aliases = gitAliases;
};
};
};
}