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/nvim.nix
../../editors/vscode.nix ../../editors/vscode.nix
../../editors/jetbrains ../../editors/jetbrains
../../editors/jetbrains/android-studio.nix
../../programs/browsers/firefox ../../programs/browsers/firefox
../../programs/browsers/tor.nix ../../programs/browsers/tor.nix
../../programs/browsers/chromium.nix ../../programs/browsers/chromium.nix

View file

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