changed dev apps to system packages

This commit is contained in:
KoenDR06 2025-06-09 19:06:41 +02:00
parent 09e213195d
commit ad21b30764

View file

@ -17,8 +17,7 @@ in {
}; };
config = mkIf cfg.enable { config = mkIf cfg.enable {
home-manager.users.${homeCfg.username} = { environment.systemPackages = with pkgs; [
home.packages = with pkgs; [
dotnetCorePackages.sdk_9_0 dotnetCorePackages.sdk_9_0
gcc gcc
ghex ghex
@ -40,5 +39,4 @@ in {
uv uv
]; ];
}; };
};
} }