5 lines
89 B
Nix
5 lines
89 B
Nix
{ config, lib, ... }:
|
|
|
|
lib.mkIf config.jalr.gui.enable {
|
|
programs.adb.enable = true;
|
|
}
|