feat(nixos): add git utils to home-manager

This commit is contained in:
Mohammad Rafiq 2025-02-22 19:04:46 +08:00
parent fc987c2569
commit 43aa71876d

View file

@ -32,6 +32,12 @@
};
};
programs.gh = {
enable = true;
};
programs.lazygit.enable = true;
#TODO add neovim option
#TODO add starship