diff options
Diffstat (limited to 'systems')
-rw-r--r-- | systems/akashi.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/systems/akashi.scm b/systems/akashi.scm index 660656a..68b3b34 100644 --- a/systems/akashi.scm +++ b/systems/akashi.scm @@ -40,7 +40,10 @@ home-environments)) (keyboard-layout* (keyboard-layout "pl")) - (services* (list guix-home)) + (services* (list guix-home + ((@ (gnu services base) udev-rules-service) + 'adb-udev + (@ (gnu packages android) android-udev-rules)))) (timezone* "Europe/Warsaw") ;; (locale* "en_US.utf8") ) |