From 4f4d6ff97b8428fa92fa345bde86bca3c4f18950 Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Thu, 5 Dec 2024 22:24:32 +0100 Subject: [PATCH] main-laptop: oops forgot this lil thing --- hosts/main-laptop/home.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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; };