This commit is contained in:
zoe 2023-05-19 08:38:55 +02:00
parent cd2a25e549
commit e85a1348f7
2 changed files with 4 additions and 2 deletions

View File

@ -13,7 +13,7 @@
tumbler.enable = true;
udev = {
enable = true;
packages = [ pkgs.arduino ];
packages = with pkgs; [ arduino android-udev-rules ];
};
tlp = {
enable = true;

View File

@ -22,7 +22,7 @@ in {
shell = pkgs.fish;
isNormalUser = true;
description = "zoe";
extraGroups = [ "networkmanager" "wheel" "libvirtd" "dialout" ];
extraGroups = [ "networkmanager" "wheel" "libvirtd" "dialout" "adbusers" ];
packages = with pkgs; [
# internet
firefox
@ -169,6 +169,8 @@ in {
arduino
## tilemap editor
unstable.ldtk
## android
android-tools
# help
tealdeer