android studio

This commit is contained in:
xunuwu 2024-12-14 16:59:13 +01:00
parent f250520e11
commit 480d649d62
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
3 changed files with 8 additions and 2 deletions

View file

@ -0,0 +1,3 @@
{pkgs, ...}: {
home.packages = with pkgs; [android-studio];
}

View file

@ -21,6 +21,7 @@
../../editors/nvim.nix
../../editors/vscode.nix
../../editors/jetbrains
../../editors/jetbrains/android-studio.nix
../../programs/browsers/firefox
../../programs/browsers/tor.nix
../../programs/browsers/chromium.nix

View file

@ -22,12 +22,14 @@
rocmSupport = true;
allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [
"discord"
"steam"
"obsidian"
"steam-unwrapped"
"discord"
"obsidian"
"rider"
"android-studio-stable"
];
android_sdk.accept_license = true;
};
networking.interfaces.eno1.wakeOnLan.enable = true;