Rearrange some packages
This commit is contained in:
parent
98a5543a6e
commit
fb9104a393
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue