Add work config to flake instead of shell.nix

This commit is contained in:
2025-01-23 15:28:55 +01:00
parent f0a5a9f541
commit 5cf5d46389
+22
View File
@@ -115,6 +115,28 @@
darwin = true;
customHome = [
./modules/gui/ghostty.nix
({pkgs, ...}: let
dotnet = with pkgs.dotnetCorePackages;
combinePackages [
sdk_9_0
sdk_8_0
aspnetcore_9_0
aspnetcore_8_0
];
in {
home.packages = with pkgs; [
nodejs
dotnet
csharpier
kubernetes-helm
colima
kubectl
kustomize
docker
pgformatter
sqlcmd
];
})
];
};