vscodium as default vscode package for notgne2

This commit is contained in:
notgne2 2022-02-07 12:50:52 -07:00
parent b8886f692b
commit 3507f1f0f1
No known key found for this signature in database
GPG key ID: 5CE0A245A2DAC84A
2 changed files with 4 additions and 3 deletions

View file

@ -25,6 +25,7 @@ in
];
programs.vscode = {
package = pkgs.vscodium;
userSettings = {
"editor.bracketPairColorization.enabled" = true;
"editor.guides.bracketPairs" = "active";
@ -356,8 +357,8 @@ in
};
services.gpg-agent = {
enable = true;
enableSshSupport = true;
enableExtraSocket = true;
};
home.sessionVariables = {
@ -375,7 +376,7 @@ in
'';
programs.git = {
signing.key = "750D8DC93BFE39F7";
signing.key = "DAB666DB54866F92";
signing.signByDefault = true;
enable = true;
lfs.enable = true;