This website requires JavaScript.
Explore
Help
Sign In
ItsDrike
/
nixdots
Watch
1
Star
0
Fork
You've already forked nixdots
0
mirror of
https://github.com/ItsDrike/nixdots
synced
2024-12-26 14:34:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
575e6ae979
nixdots
/
system
/
roles
/
uni
/
android.nix
4 lines
71 B
Nix
Raw
Normal View
History
Unescape
Escape
Use roles properly Originally, I was including all role configurations for all hosts, and controlling which get applied in the role configs with a check in each file. This is a very repetetive and annoying approach. Instead, now the role directory is included manually from the hosts config for devices which meet that role, removing the role options.
2024-09-24 09:40:42 +00:00
{
pkgs
,
.
.
.
}:
{
environment
.
systemPackages
=
[
pkgs
.
android-studio
]
;
Add android studio
2024-09-24 09:19:54 +00:00
}
Reference in a new issue
Copy permalink