refactor: only install vscode on hosts with a window manager

This commit is contained in:
2025-02-22 05:44:40 +00:00
parent 30aead5555
commit 63973b2b57
2 changed files with 1 additions and 1 deletions

View File

@@ -27,7 +27,6 @@
awscli2
deno
jq
vscode-fhs
];
programs.nix-ld.enable = lib.mkDefault true;
programs.zsh.enable = lib.mkDefault true;

View File

@@ -22,6 +22,7 @@
environment.systemPackages = with pkgs; [
dolphin
vscode-fhs
];
home-manager.users.luca = {