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; tumbler.enable = true;
udev = { udev = {
enable = true; enable = true;
packages = [ pkgs.arduino ]; packages = with pkgs; [ arduino android-udev-rules ];
}; };
tlp = { tlp = {
enable = true; enable = true;

View File

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