Move vscode to editors
All checks were successful
check / check (push) Successful in 31s

This commit is contained in:
Florian RICHER 2024-05-28 20:45:50 +02:00
parent adc5f652de
commit f5407927cf
8 changed files with 22 additions and 3 deletions

View file

@ -11,6 +11,9 @@
flatpak.enable = true;
jetbrainsToolbox.enable = true;
kitty.enable = true;
};
editors = {
vscode.enable = true;
};