First commit
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
(pkgs.unityhub.override {
|
||||
extraPkgs = pkgs: with pkgs; [
|
||||
dotnet-sdk
|
||||
];
|
||||
})
|
||||
];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user