add gitoxide

This commit is contained in:
Kim, Jimin 2025-05-14 18:52:02 +09:00
parent 4ce958a98f
commit 59594dd707
Signed by: pomp
GPG key ID: D3932F82A0667A3B
3 changed files with 7 additions and 1 deletions

View file

@ -22,6 +22,7 @@
"ghidra",
"ghostty",
"gitbutler",
"gitoxide",
"gvariant",
"Hanja",
"homelab",

View file

@ -4,8 +4,14 @@
home.packages = with pkgs; [
gitbutler
lazygit
gitoxide
];
programs.zsh.shellAliases = {
lg = "lazygit";
g = "gitoxide";
};
catppuccin.lazygit.enable = true;
programs.git = {

View file

@ -8,7 +8,6 @@
shellAliases = {
c = "clear";
e = "eza --long --classify=always --color=always --icons=always --all --group-directories-first --binary --group --no-time --octal-permissions";
lg = "lazygit";
ld = "lazydocker";
};
sessionVariables = {