Compare commits

..

No commits in common. "42da556738f4733acfc07c314b51562f039817da" and "d81d16e339d0f0d630ab6827c3e5b110b26f800f" have entirely different histories.

2 changed files with 0 additions and 3 deletions

View File

@ -165,7 +165,6 @@
# xorg.xf86inputlibinput # xorg.xf86inputlibinput
# xorg.xinit # 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, # Do NOT change this value unless you have manually inspected all the changes it would make to your configuration,
# and migrated your data accordingly. # and migrated your data accordingly.

View File

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