feat(home): Install gh & gh-dash

This commit is contained in:
punkfairie 2024-10-25 16:36:01 -07:00
parent 8739cabf7e
commit 091d2b3e86
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;
};
}