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