From ee3d625e666442a2e1ad7c66000ca2a0c8b93690 Mon Sep 17 00:00:00 2001 From: Luminiferous Date: Wed, 10 Jun 2026 22:15:15 +0200 Subject: [PATCH] Fixed typo in declaration --- autoload/headset-power-toggle.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/headset-power-toggle.nu b/autoload/headset-power-toggle.nu index e5ec4f3..04915b4 100644 --- a/autoload/headset-power-toggle.nu +++ b/autoload/headset-power-toggle.nu @@ -1,3 +1,3 @@ -xport def lumen-headset-power-toggle []: nothing -> nothing { +export def lumen-headset-power-toggle []: nothing -> nothing { sudo uhubctl -f -a toggle -p 1 -l 3-5 }