nix in vscode and reformatting files
This commit is contained in:
parent
e1ac2a9a09
commit
361d0c8df8
6 changed files with 18 additions and 13 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{pkgs, ...}: {
|
||||
{ pkgs, ... }: {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "CDaut";
|
||||
userName = "CDaut";
|
||||
userEmail = "git@cdaut.de";
|
||||
signing = {
|
||||
signByDefault = true;
|
||||
key = "58EF8D71114EF548DEE3320DE6F04916B6EEBD83";
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue