oscar: Install android-studio
This commit is contained in:
parent
577177e0f1
commit
0afc65007b
1 changed files with 2 additions and 0 deletions
|
|
@ -123,12 +123,14 @@
|
||||||
home-manager.users.chandler = { pkgs, ... }: {
|
home-manager.users.chandler = { pkgs, ... }: {
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
|
"android-studio-stable"
|
||||||
"discord"
|
"discord"
|
||||||
"factorio-space-age"
|
"factorio-space-age"
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# applications
|
# applications
|
||||||
|
android-studio
|
||||||
blender
|
blender
|
||||||
freecad
|
freecad
|
||||||
frescobaldi
|
frescobaldi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue