From c8a72bd283f85d17150e8367e8329f2efdba1919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Fri, 20 Dec 2024 14:50:43 +0100 Subject: [PATCH] Add android udev rules --- hosts/gunter/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/gunter/configuration.nix b/hosts/gunter/configuration.nix index 23d8219..fce4a37 100644 --- a/hosts/gunter/configuration.nix +++ b/hosts/gunter/configuration.nix @@ -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.