Add GitHub and GitLab cli
This commit is contained in:
parent
be0c6a3a91
commit
d2327da7fc
2 changed files with 5 additions and 2 deletions
|
|
@ -113,5 +113,9 @@ in
|
||||||
};
|
};
|
||||||
programs.bash.shellAliases = shellAliases;
|
programs.bash.shellAliases = shellAliases;
|
||||||
programs.zsh.shellAliases = shellAliases;
|
programs.zsh.shellAliases = shellAliases;
|
||||||
home.packages = with pkgs; [ git-secret ];
|
home.packages = with pkgs; [
|
||||||
|
gh
|
||||||
|
git-secret
|
||||||
|
glab
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
1
odin.nix
1
odin.nix
|
|
@ -55,7 +55,6 @@
|
||||||
file
|
file
|
||||||
# firefox
|
# firefox
|
||||||
# gallery-dl
|
# gallery-dl
|
||||||
glab
|
|
||||||
gnome.dconf-editor
|
gnome.dconf-editor
|
||||||
gnome.eog
|
gnome.eog
|
||||||
gnome.evince
|
gnome.evince
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue