nix in vscode and reformatting files

This commit is contained in:
CDaut 2024-04-18 10:15:25 +02:00
parent e1ac2a9a09
commit 361d0c8df8
Signed by: clara
GPG key ID: 223391B52FAD4463
6 changed files with 18 additions and 13 deletions

View file

@ -1,11 +1,11 @@
{pkgs, ...}: {
{ pkgs, ... }: {
programs.git = {
enable = true;
userName = "CDaut";
userName = "CDaut";
userEmail = "git@cdaut.de";
signing = {
signByDefault = true;
key = "58EF8D71114EF548DEE3320DE6F04916B6EEBD83";
};
};
}
}

View file

@ -6,6 +6,7 @@
extensions = with pkgs.vscode-extensions; [
bbenoist.nix
james-yu.latex-workshop
jnoortheen.nix-ide
];
};
}

View file

@ -21,4 +21,4 @@
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
'';
}
}