home-manager: add signing option to git
This commit is contained in:
parent
29d7585e27
commit
45abb88221
3 changed files with 52 additions and 30 deletions
|
@ -36,7 +36,7 @@
|
|||
alacritty = { enable = true; };
|
||||
direnv = { enable = true; };
|
||||
fish = { enable = true; };
|
||||
git = { enable = true; };
|
||||
git = { enable = true; signing.enable = true; };
|
||||
neovim = { enable = true; };
|
||||
vscode = { enable = true; };
|
||||
zellij = { enable = true; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue