mirror of
https://github.com/zoriya/flake.git
synced 2026-05-30 17:49:24 +00:00
Add work config to flake instead of shell.nix
This commit is contained in:
@@ -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
|
||||
];
|
||||
})
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user