mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-27 00:48:30 +02:00
git and gpg config
This commit is contained in:
parent
79c06a749a
commit
06ab8644cd
4 changed files with 22 additions and 2 deletions
|
@ -11,4 +11,11 @@
|
|||
commit.gpgsign = true;
|
||||
};
|
||||
};
|
||||
programs.gh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
editor = "nvim";
|
||||
git_protocol = "ssh";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue