wow cfg
This commit is contained in:
@ -7,9 +7,10 @@ let
|
||||
};
|
||||
in {
|
||||
config = lib.mkIf (config.syscfg.make.develop) {
|
||||
environment.systemPackages = with pkgs; [
|
||||
# android-tools
|
||||
# androidStudioPackages.canary
|
||||
];
|
||||
environment.systemPackages = with pkgs;
|
||||
[
|
||||
# android-tools
|
||||
# androidStudioPackages.canary
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user