From 1226603c7f9ef3991883d2bb7a4fcafb7baa9a13 Mon Sep 17 00:00:00 2001 From: 0xWheatyz Date: Sun, 15 Mar 2026 23:31:46 -0400 Subject: [PATCH] chore(cleanup): removed some old software that is not used often --- configuration.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configuration.nix b/configuration.nix index 18494f7..811517a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -100,13 +100,9 @@ environment.systemPackages = with pkgs; [ home-manager firefox - vmware-workstation cacert - lunar-client - jetbrains.rust-rover code-cursor adwaita-icon-theme - obsidian pkgs-unstable.claude-code # Use unstable for latest version ]; @@ -175,7 +171,6 @@ }; }; - virtualisation.vmware.host.enable = true; services.tailscale = { enable = true;