refactor: only install vscode on hosts with a window manager
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
awscli2
|
||||
deno
|
||||
jq
|
||||
vscode-fhs
|
||||
];
|
||||
programs.nix-ld.enable = lib.mkDefault true;
|
||||
programs.zsh.enable = lib.mkDefault true;
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
dolphin
|
||||
vscode-fhs
|
||||
];
|
||||
|
||||
home-manager.users.luca = {
|
||||
|
||||
Reference in New Issue
Block a user