about summary refs log tree commit diff
path: root/users/tazjin/nixos/tverskoy/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--users/tazjin/nixos/tverskoy/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix
index 53b1895650..2d061bf214 100644
--- a/users/tazjin/nixos/tverskoy/default.nix
+++ b/users/tazjin/nixos/tverskoy/default.nix
@@ -49,7 +49,7 @@ lib.fix (self: {
 
   virtualisation.virtualbox.host.enable = true;
   virtualisation.docker.enable = true;
-  users.users.tazjin.extraGroups = [ "docker" "vboxusers" ];
+  users.users.tazjin.extraGroups = [ "docker" "vboxusers" "adbusers" ];
 
   fileSystems = {
     "/" = {
@@ -163,6 +163,9 @@ lib.fix (self: {
     };
   };
 
+  # android stuff for hacking on Awful.apk
+  programs.adb.enable = true;
+
   # systemd-oomd seems to have been enabled by default around ~
   # December 2022, and it's really into killing my X session as soon
   # as I do anything stressful to the machine