Files
dotfiles/hosts/modules/adb/default.nix
2025-06-29 17:28:47 +05:30

5 lines
43 B
Nix

{ ... }:
{
programs.adb.enable = true;
}