chore(nix/darwin): Remove launchd.agents.CapsEscSwap

Handled by kanata
This commit is contained in:
Ahmad Ansori Palembani 2025-03-16 07:34:19 +07:00
parent 4c7ec25d38
commit c8edd24998
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -14,20 +14,6 @@
home.file."Library/Application Support/Floorp/native-messaging-hosts/passff.json".source = "${pkgs.passff-host}/share/passff-host/passff.json"; home.file."Library/Application Support/Floorp/native-messaging-hosts/passff.json".source = "${pkgs.passff-host}/share/passff-host/passff.json";
# Swap CapsLock with Esc for better vi-mode experience.
# launchd.agents.CapsEscSwap = {
# enable = true;
# config = {
# ProgramArguments = [
# "/usr/bin/hidutil"
# "property"
# "--set"
# ''{"UserKeyMapping":[{"HIDKeyboardModifierMappingSrc":0x700000039,"HIDKeyboardModifierMappingDst":0x700000029},{"HIDKeyboardModifierMappingSrc":0x700000029,"HIDKeyboardModifierMappingDst":0x700000039}]}''
# ];
# RunAtLoad = true;
# };
# };
home.sessionVariables = { home.sessionVariables = {
MOZ_LEGACY_PROFILES = 1; MOZ_LEGACY_PROFILES = 1;
MOZ_ALLOW_DOWNGRADE = 1; MOZ_ALLOW_DOWNGRADE = 1;