1
0
Fork 0

Rearrange some packages

This commit is contained in:
Avery 2025-01-15 15:39:30 +01:00
parent 98a5543a6e
commit fb9104a393
Signed by: Avery
GPG key ID: B684FD451B692E04
2 changed files with 2 additions and 2 deletions

View file

@ -47,8 +47,6 @@
heroic heroic
ungoogled-chromium ungoogled-chromium
mediainfo-gui mediainfo-gui
android-tools
mitmproxy
]; ];
}; };
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;

View file

@ -3,11 +3,13 @@
home = { home = {
packages = with pkgs; [ packages = with pkgs; [
android-studio android-studio
android-tools
git-credential-manager git-credential-manager
gnupg gnupg
pass pass
dotnet-sdk_8 dotnet-sdk_8
unityhub unityhub
mitmproxy
]; ];
}; };
programs = { programs = {