fix vscode

This commit is contained in:
Thilo Billerbeck 2025-04-01 20:54:54 +02:00
parent 67d7bc7813
commit adb399df89

View file

@ -1,5 +1,8 @@
{ config, ... }:
{
programs.vscode = {
enable = true;
enable = !config.machine.isGeneric && config.machine.isGraphical;
};
}