modules: Move vscode to flatpak
All checks were successful
check / check (push) Successful in 28s

This commit is contained in:
Florian RICHER 2024-06-04 21:59:55 +02:00
parent 819cd005c7
commit 8e722cfe5a
9 changed files with 3 additions and 72 deletions

View file

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