From 55241eabbc8bb923c1e5e36a345010761b33dd58 Mon Sep 17 00:00:00 2001 From: caleb Date: Mon, 5 Feb 2024 16:18:32 -0500 Subject: [PATCH] removed senior design stuff --- school-configuration.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/school-configuration.nix b/school-configuration.nix index 2ed0457..d179779 100644 --- a/school-configuration.nix +++ b/school-configuration.nix @@ -3,12 +3,6 @@ environment.systemPackages = with pkgs; [ nmap wireshark - arduino-cli - - # senior design - gnuradio - conda - uhd ]; virtualisation.virtualbox.host.enable = true;