vscode: set profile name in testbed (#980)

Previously, the theme was not enabled in the testbed because there were
no existing profiles.
This commit is contained in:
Daniel Thwaites 2025-03-13 15:45:32 +00:00 committed by GitHub
parent 9e3ab4d208
commit 51161f1191
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,5 +16,7 @@ in
enable = true;
inherit package;
};
stylix.targets.vscode.profileNames = [ "default" ];
};
}