From 63973b2b57efebe07ae350e7d12b48de33b5014c Mon Sep 17 00:00:00 2001 From: rocketcamel Date: Sat, 22 Feb 2025 05:44:40 +0000 Subject: [PATCH] refactor: only install vscode on hosts with a window manager --- nix/modules/commonPackages.nix | 1 - nix/modules/i3.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/modules/commonPackages.nix b/nix/modules/commonPackages.nix index 896b348..0907656 100644 --- a/nix/modules/commonPackages.nix +++ b/nix/modules/commonPackages.nix @@ -27,7 +27,6 @@ awscli2 deno jq - vscode-fhs ]; programs.nix-ld.enable = lib.mkDefault true; programs.zsh.enable = lib.mkDefault true; diff --git a/nix/modules/i3.nix b/nix/modules/i3.nix index 9984780..f51d3a8 100644 --- a/nix/modules/i3.nix +++ b/nix/modules/i3.nix @@ -22,6 +22,7 @@ environment.systemPackages = with pkgs; [ dolphin + vscode-fhs ]; home-manager.users.luca = {