lolcathost specific changes
This commit is contained in:
parent
1d4189b040
commit
40864af04f
18 changed files with 580 additions and 1167 deletions
6
hosts/modules/dotnet_8.nix
Normal file
6
hosts/modules/dotnet_8.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
#dotnet-runtime_8
|
||||
dotnet-sdk_8
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue