✨ feat(home): Install gh & gh-dash
This commit is contained in:
parent
8739cabf7e
commit
091d2b3e86
2 changed files with 11 additions and 0 deletions
|
@ -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
10
home/gh/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{...}: {
|
||||
programs.gh = {
|
||||
enable = true;
|
||||
gitCredentialHelper.enable = true;
|
||||
};
|
||||
|
||||
programs.gh-dash = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue