ctucx.git: nixfiles

ctucx' nixfiles

commit e9774add063ff1a03736f31b25449017c0ff194a
parent 2571d07ccc18111dbda9bd6c6851ed43983b9d81
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 20 Mar 2022 19:12:40 +0100

machines/blechbuechse/keyboard: oops
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/machines/blechbuechse/keyboard.nix b/machines/blechbuechse/keyboard.nix
@@ -6,7 +6,7 @@ let
   keyMappings = [
     {
       # Internal keyboard
-      VendorID       = "5ac";
+      VendorID        = "5ac";
       ProductID       = "281";
       UserKeyMapping = [
         # Remap tilde on non-US keyboards

@@ -62,9 +62,9 @@ let
       <plist version="1.0">
       <dict>
         <key>StandardErrorPath</key>
-        <string>/tmp/spoofmac.stderr</string>
+        <string>/tmp/activateUserKeyMapping.stderr</string>
         <key>StandardOutPath</key>
-        <string>/tmp/spoofmac.stdout</string>
+        <string>/tmp/activateUserKeyMapping.stdout</string>
 
         <key>Label</key>
         <string>org.nixos.activateUserKeyMapping-${entry.VendorID}:${entry.ProductID}</string>