added android udev rules

This commit is contained in:
willifan 2024-12-24 21:23:56 +01:00
parent 184b0866d4
commit 1965db3417
2 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ config, ... }: { pkgs, ... }:
{ {
imports = [ imports = [
@ -7,6 +7,8 @@
./vscodium.nix ./vscodium.nix
]; ];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
} }

View file

@ -7,6 +7,7 @@
hardware.saleae-logic.enable = true; hardware.saleae-logic.enable = true;
services.udev.packages = [ services.udev.packages = [
pkgs.android-udev-rules
(pkgs.writeTextFile { (pkgs.writeTextFile {
name = "sigrok"; name = "sigrok";
text = '' text = ''