From 866c7d3f8f63626688c751ad464e7b5c7eaddc10 Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Mon, 11 Aug 2025 11:04:51 -0400 Subject: [PATCH] Add conda --- hosts/default/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 41fb2c4..db6cc89 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -235,6 +235,7 @@ in # $ nix search wget environment.systemPackages = with pkgs; [ binutils # gnu bin utils + conda # python environment management neovim # next gen vim w/lua wget # url fetcher/spider curl # url fetcher