Added shorthand git command to home.nix

This commit is contained in:
lulusilly 2025-09-01 01:51:10 -04:00
parent 147fea7278
commit 6e47de571d
2 changed files with 1 additions and 2 deletions

Binary file not shown.

View file

@ -54,6 +54,7 @@
co = "checkout";
s = "status";
pu = "push origin master";
rmc = "rm -r --cached"
};
};
@ -79,7 +80,6 @@
];
fonts.fontconfig.enable = true;
home.file = {
};
@ -87,6 +87,5 @@
EDITOR = "emacs";
};
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
}