Reorganize common configuration
This commit is contained in:
parent
b0435707e4
commit
84dfefcb45
18 changed files with 81 additions and 128 deletions
15
hosts/totsugeki/home-manager/development.nix
Normal file
15
hosts/totsugeki/home-manager/development.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ pkgs, ... }: {
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
android-studio
|
||||
android-tools
|
||||
dotnet-sdk_8
|
||||
mitmproxy
|
||||
python3
|
||||
unityhub
|
||||
xh
|
||||
];
|
||||
sessionVariables = { DOTNET_ROOT = "${pkgs.dotnet-sdk_8}"; };
|
||||
sessionPath = [ "$HOME/.dotnet/tools" ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue