This commit is contained in:
twoneis 2025-01-23 18:59:08 +01:00
parent ea6ae2f957
commit 2d261827e0

View file

@ -1,5 +1,6 @@
{ conf, lib }: let { config, lib, ... }: let
inherit (lib) mkIf; inherit (lib) mkIf;
inherit (config) conf;
in mkIf conf.apps.enable { in mkIf conf.apps.enable {
programs.adb.enable = true; programs.adb.enable = true;
users.users.${conf.username}.extraGroups = [ "adbusers" ]; users.users.${conf.username}.extraGroups = [ "adbusers" ];