Compare commits

...

2 Commits

Author SHA1 Message Date
42da556738
Add adb
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m8s
Periodic flake update / flake-update (push) Successful in 1m20s
2024-12-22 03:01:29 +01:00
c8a72bd283
Add android udev rules 2024-12-22 03:01:29 +01:00
2 changed files with 3 additions and 0 deletions

View File

@ -165,6 +165,7 @@
# xorg.xf86inputlibinput
# xorg.xinit
];
services.udev.packages = [ pkgs.android-udev-rules ];
# Do NOT change this value unless you have manually inspected all the changes it would make to your configuration,
# and migrated your data accordingly.

View File

@ -3,6 +3,7 @@
{
programs.zsh.enable = true;
environment.shells = with pkgs; [ zsh ];
programs.adb.enable = true;
# Setup torjus user
users.users.torjus = {
@ -20,6 +21,7 @@
"gamemode"
"libvirtd"
"podman"
"adbusers"
];
# Install some user packages
packages = with pkgs; [ ];