mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-05-18 14:37:05 +02:00
fix vscode
This commit is contained in:
parent
67d7bc7813
commit
adb399df89
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
|
{ config, ... }:
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
programs.vscode = {
|
programs.vscode = {
|
||||||
enable = true;
|
enable = !config.machine.isGeneric && config.machine.isGraphical;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue