1
0
Fork 0

Dotnet stuff

This commit is contained in:
Avery 2024-04-03 23:27:21 +02:00
parent ca41f6af9e
commit e8acf7ca05
Signed by: Avery
GPG key ID: B684FD451B692E04

View file

@ -4,6 +4,11 @@
homeDirectory = "/home/avery";
stateVersion = "24.05";
packages = with pkgs; [ python3 rclone xdg-utils ];
sessionVariables = {
EDITOR = "nvim";
DOTNET_ROOT = "${pkgs.dotnet-sdk_7}";
};
sessionPath = [ "$HOME/.dotnet/tools" ];
};
programs.home-manager.enable = true;
}