Install github-cli
This commit is contained in:
parent
3c797a0374
commit
403fe342fc
@ -12,8 +12,9 @@ user:
|
|||||||
./firefox.nix
|
./firefox.nix
|
||||||
./flameshot.nix
|
./flameshot.nix
|
||||||
./fzf.nix
|
./fzf.nix
|
||||||
./gnome-keyring.nix
|
./github.nix
|
||||||
(import ./git.nix user)
|
(import ./git.nix user)
|
||||||
|
./gnome-keyring.nix
|
||||||
./go.nix
|
./go.nix
|
||||||
./gtk.nix
|
./gtk.nix
|
||||||
./home.nix
|
./home.nix
|
||||||
|
5
home/github.nix
Normal file
5
home/github.nix
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{ pkgs, ... }: {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
github-cli
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user