Install github-cli

This commit is contained in:
Valentin Brandl 2023-04-29 14:27:16 +02:00
parent 3c797a0374
commit 403fe342fc
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9
2 changed files with 7 additions and 1 deletions

View File

@ -12,8 +12,9 @@ user:
./firefox.nix
./flameshot.nix
./fzf.nix
./gnome-keyring.nix
./github.nix
(import ./git.nix user)
./gnome-keyring.nix
./go.nix
./gtk.nix
./home.nix

5
home/github.nix Normal file
View File

@ -0,0 +1,5 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
github-cli
];
}