mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-05-24 16:51:37 +02:00
8 lines
120 B
Nix
8 lines
120 B
Nix
{ config, ... }:
|
|
|
|
|
|
{
|
|
programs.vscode = {
|
|
enable = !config.machine.isGeneric && config.machine.isGraphical;
|
|
};
|
|
}
|