android-studio

This commit is contained in:
Casper V. Kristensen 2023-11-29 14:07:26 +01:00
parent 584bdaf10f
commit 0281cbc308
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
android-studio
azure-cli
bitwarden-cli
fluxcd

View file

@ -20,6 +20,7 @@
];
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"android-studio-stable"
"pycharm-professional"
"spotify"
];