feat(home): Install gh & gh-dash

This commit is contained in:
punkfairie 2024-10-25 16:36:01 -07:00
parent 59e462eed9
commit 39f040da85
Signed by: punkfairie
GPG key ID: 01823C057725C266
2 changed files with 11 additions and 0 deletions

View file

@ -25,6 +25,7 @@
./bat
./btop
./cava
./gh
];
# This value determines the Home Manager release that your configuration is

10
home/gh/default.nix Normal file
View file

@ -0,0 +1,10 @@
{...}: {
programs.gh = {
enable = true;
gitCredentialHelper.enable = true;
};
programs.gh-dash = {
enable = true;
};
}