this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add gh cli package

+7
+7
users/hannah/dev.nix
··· 55 55 }; 56 56 }; 57 57 58 + programs.gh = { 59 + extensions = with pkgs; [ 60 + gh-webhook 61 + ]; 62 + }; 63 + 58 64 home.packages = with pkgs; [ 59 65 bash 60 66 git 67 + gh 61 68 vscode 62 69 ( 63 70 with dotnetCorePackages;