diff options
| author | sinanmohd <sinan@sinanmohd.com> | 2026-03-31 21:35:58 +0530 |
|---|---|---|
| committer | sinanmohd <sinan@sinanmohd.com> | 2026-03-31 23:16:04 +0530 |
| commit | 4cf0ef74c167d27f3c4e8c122f1b791241e48b88 (patch) | |
| tree | f5de3a63c8a722e59e09083198552522a1829f6d /os/pc/configuration.nix | |
| parent | 3c8bc3a9784c9118122e4f44d74fdfe45c42454f (diff) | |
chore(nix/flake): bump lock
Diffstat (limited to 'os/pc/configuration.nix')
| -rw-r--r-- | os/pc/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/pc/configuration.nix b/os/pc/configuration.nix index 3d351e8..2b053d1 100644 --- a/os/pc/configuration.nix +++ b/os/pc/configuration.nix @@ -32,6 +32,6 @@ in }; documentation.dev.enable = true; - programs.adb.enable = true; + environment.systemPackages = [ pkgs.android-tools ]; users.users.${user}.extraGroups = [ "adbusers" ]; } |
