feat(nixos): add git utils to home-manager
This commit is contained in:
parent
fc987c2569
commit
43aa71876d
1 changed files with 6 additions and 0 deletions
6
home.nix
6
home.nix
|
@ -32,6 +32,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.gh = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
programs.lazygit.enable = true;
|
||||
|
||||
#TODO add neovim option
|
||||
|
||||
#TODO add starship
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue