1

Modules/VSCode: Update + undeprecate

This commit is contained in:
2026-05-13 14:00:04 +02:00
parent a558b811bf
commit 00cadeed67
5 changed files with 90 additions and 158 deletions

View File

@ -0,0 +1,9 @@
{
lib,
mylib,
...
}:
with lib;
with mylib.modules; {
enable = mkEnableOption "Visual Studio Code";
}