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 {
home-manager.users.${homeCfg.username} = {
home.packages = with pkgs; [
environment.systemPackages = with pkgs; [
dotnetCorePackages.sdk_9_0
gcc
ghex
@ -40,5 +39,4 @@ in {
uv
];
};
};
}