Update dotnet

This commit is contained in:
Thomas Avé 2024-05-31 18:18:11 +02:00
parent 3321f01fc6
commit 1c1c9befdd
1 changed files with 11 additions and 3 deletions

View File

@ -2,6 +2,17 @@
{
home.packages = with pkgs; [
clang
go
nodejs
luarocks
jre
python3
python311Packages.pip
julia
unzip
dotnet-sdk_8
cargo
];
home.file."${config.xdg.configHome}/nvim" = {
@ -15,7 +26,4 @@
vimAlias = true;
defaultEditor = true;
};
home.sessionVariables = {
LD_LIBRARY_PATH = "${pkgs.stdenv.cc.cc.lib}/lib";
};
}