android-studio
This commit is contained in:
parent
584bdaf10f
commit
0281cbc308
|
@ -1,5 +1,6 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
android-studio
|
||||||
azure-cli
|
azure-cli
|
||||||
bitwarden-cli
|
bitwarden-cli
|
||||||
fluxcd
|
fluxcd
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
|
"android-studio-stable"
|
||||||
"pycharm-professional"
|
"pycharm-professional"
|
||||||
"spotify"
|
"spotify"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue