Update dotnet
This commit is contained in:
parent
3321f01fc6
commit
1c1c9befdd
|
@ -2,6 +2,17 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
clang
|
||||||
|
go
|
||||||
|
nodejs
|
||||||
|
luarocks
|
||||||
|
jre
|
||||||
|
python3
|
||||||
|
python311Packages.pip
|
||||||
|
julia
|
||||||
|
unzip
|
||||||
|
dotnet-sdk_8
|
||||||
|
cargo
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file."${config.xdg.configHome}/nvim" = {
|
home.file."${config.xdg.configHome}/nvim" = {
|
||||||
|
@ -15,7 +26,4 @@
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
};
|
};
|
||||||
home.sessionVariables = {
|
|
||||||
LD_LIBRARY_PATH = "${pkgs.stdenv.cc.cc.lib}/lib";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue