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

@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
imports = [
./vscode
];
}