move development packages around

This commit is contained in:
2025-01-16 15:42:01 +00:00
parent 33fdd4cb2b
commit 98b968b8bb
8 changed files with 35 additions and 7 deletions

View File

@@ -0,0 +1,12 @@
{ pkgs, ... }:
{
home.packages = with pkgs;[
(with dotnetCorePackages; combinePackages [
sdk_8_0
sdk_9_0
])
jetbrains.rider
azure-cli
];
}