users/foo-dogsquared: enable VS Code editor profile

This commit is contained in:
Gabriel Arazas 2023-09-04 21:40:02 +08:00
parent 1a769a7639
commit 5e2696e220
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -84,7 +84,10 @@ in
shell.enable = true;
extras.enable = true;
};
editors.emacs.enable = true;
editors = {
emacs.enable = true;
vscode.enable = true;
};
desktop = {
enable = true;
graphics.enable = true;