Compare commits
2 Commits
d81d16e339
...
42da556738
Author | SHA1 | Date | |
---|---|---|---|
42da556738 | |||
c8a72bd283 |
@ -165,6 +165,7 @@
|
|||||||
# 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.
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
{
|
{
|
||||||
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 = {
|
||||||
@ -20,6 +21,7 @@
|
|||||||
"gamemode"
|
"gamemode"
|
||||||
"libvirtd"
|
"libvirtd"
|
||||||
"podman"
|
"podman"
|
||||||
|
"adbusers"
|
||||||
];
|
];
|
||||||
# Install some user packages
|
# Install some user packages
|
||||||
packages = with pkgs; [ ];
|
packages = with pkgs; [ ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user