fix: Development Env

This commit is contained in:
2025-01-28 23:45:58 +01:00
parent 514ee3c137
commit 2b13f15711
+2 -15
View File
@@ -1,11 +1,7 @@
{ config, lib, pkgs, ... }:
let
cfg = config.my.profiles.development;
let cfg = config.my.profiles.development;
in {
options.my.profiles.development = with lib; {
enable = mkEnableOption "Development Tools";
};
@@ -16,15 +12,6 @@ let
vscode
neovim
jetbrains.idea-ultimate
(python3.withPackages (
ps: with ps; [
matplotlib
numpy
pandas
tqdm # progressbar in pandas
wheel # python development
helium
]
))
];
};
}