Modules/VSCode: Update + undeprecate

This commit is contained in:
2026-05-13 14:18:07 +02:00
parent 81457e71a3
commit a5778ea445
5 changed files with 90 additions and 158 deletions
+9
View File
@@ -0,0 +1,9 @@
{
lib,
mylib,
...
}:
with lib;
with mylib.modules; {
enable = mkEnableOption "Visual Studio Code";
}