diff --git a/hosts/main-laptop/home.nix b/hosts/main-laptop/home.nix index 686e634..5d60096 100644 --- a/hosts/main-laptop/home.nix +++ b/hosts/main-laptop/home.nix @@ -10,11 +10,7 @@ settings = { development = { - rust = { - enable = lib.mkForce true; - enableVSCode = lib.mkForce true; - }; - + rust.enable = lib.mkForce true; bun.enable = lib.mkForce true; };