From 200a8a660ab898d24d1ddb60f9e8625a32b729df Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Fri, 18 Apr 2025 21:38:17 -0600 Subject: [PATCH] disabled language toggles --- hosts/workstation/toggles.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hosts/workstation/toggles.nix b/hosts/workstation/toggles.nix index fb8d02c..c5f78b9 100644 --- a/hosts/workstation/toggles.nix +++ b/hosts/workstation/toggles.nix @@ -22,16 +22,10 @@ in "misc" ]; dev = enableList mkEnabled [ - "cc" - "docker" - "julia" - "rust" - "haskell" "nix" "python" "gameDev" "sh" - "javascript" ]; shell = enableList mkEnabled [ "exercism"