added dotnet

This commit is contained in:
Geir Okkenhaug Jerstad 2024-12-03 13:30:43 +01:00
parent b38eedf42c
commit 15eec54067

View file

@ -103,8 +103,6 @@
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
};
# Configure keymap in X11
services.xserver.xkb.layout = "no";
# services.xserver.xkb.options = "eurosign:e,caps:escape";
@ -151,6 +149,7 @@
];
};
# ld
programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; [
@ -159,7 +158,6 @@
];
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
kitty terminator
dbus
@ -177,8 +175,6 @@
mc eza du-dust ripgrep
nix-direnv
# Languages
zig
python3 python3Packages.pip
@ -186,6 +182,9 @@
go gotools golint
rustup
nodejs
dotnet-sdk
dotnet-runtime
# language servers
csharp-ls
zls