Compare commits
2 Commits
d81d16e339
...
42da556738
Author | SHA1 | Date | |
---|---|---|---|
42da556738 | |||
c8a72bd283 |
@ -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.
|
||||
|
@ -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; [ ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user