Dotnet stuff
This commit is contained in:
parent
ca41f6af9e
commit
e8acf7ca05
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue