home: init btop, + gh config
This commit is contained in:
parent
043e5da30f
commit
becb3eaf11
4 changed files with 71 additions and 2 deletions
home/git
|
@ -1,6 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [gh];
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userEmail = "github@notohh.dev";
|
||||
|
@ -11,4 +9,12 @@
|
|||
};
|
||||
ignores = ["*result*" ".direnv" "node_modules"];
|
||||
};
|
||||
programs.gh = {
|
||||
enable = true;
|
||||
enableGitCredentialHelper = true;
|
||||
settings = {
|
||||
editor = "hx";
|
||||
prompt = "enabled";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue