Install github-cli

This commit is contained in:
2023-04-29 14:27:16 +02:00
parent 3c797a0374
commit 403fe342fc
2 changed files with 7 additions and 1 deletions

5
home/github.nix Normal file
View File

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