mirror of
https://github.com/nmasur/dotfiles
synced 2024-12-25 05:24:52 +00:00
Compare commits
No commits in common. "6c2fc0289b29a7dd0aa9d2ac703d071376346f65" and "e635cf62250661497880054a32b29e0edb78a948" have entirely different histories.
6c2fc0289b
...
e635cf6225
@ -30,14 +30,17 @@
|
|||||||
};
|
};
|
||||||
brews = [
|
brews = [
|
||||||
"trash" # Delete files and folders to trash instead of rm
|
"trash" # Delete files and folders to trash instead of rm
|
||||||
|
"openjdk" # Required by Apache Directory Studio
|
||||||
];
|
];
|
||||||
casks = [
|
casks = [
|
||||||
"1password" # 1Password will not launch from Nix on macOS
|
"1password" # 1Password will not launch from Nix on macOS
|
||||||
|
"apache-directory-studio" # Packaging on Nix is not available for macOS
|
||||||
# "gitify" # Git notifications in menu bar (downgrade manually from 4.6.1)
|
# "gitify" # Git notifications in menu bar (downgrade manually from 4.6.1)
|
||||||
"keybase" # GUI on Nix not available for macOS
|
"keybase" # GUI on Nix not available for macOS
|
||||||
# "logitech-g-hub" # Mouse and keyboard management
|
# "logitech-g-hub" # Mouse and keyboard management
|
||||||
"logitune" # Logitech webcam firmware
|
"logitune" # Logitech webcam firmware
|
||||||
"meetingbar" # Show meetings in menu bar
|
"meetingbar" # Show meetings in menu bar
|
||||||
|
# "obsidian" # Obsidian packaging on Nix is not available for macOS
|
||||||
"scroll-reverser" # Different scroll style for mouse vs. trackpad
|
"scroll-reverser" # Different scroll style for mouse vs. trackpad
|
||||||
# "steam" # Not packaged for Nix
|
# "steam" # Not packaged for Nix
|
||||||
# "epic-games" # Not packaged for Nix
|
# "epic-games" # Not packaged for Nix
|
||||||
|
@ -112,6 +112,13 @@
|
|||||||
# Disable trackpad tap to click
|
# Disable trackpad tap to click
|
||||||
trackpad.Clicking = false;
|
trackpad.Clicking = false;
|
||||||
|
|
||||||
|
# universalaccess = {
|
||||||
|
|
||||||
|
# # Zoom in with Control + Scroll Wheel
|
||||||
|
# closeViewScrollWheelToggle = true;
|
||||||
|
# closeViewZoomFollowsFocus = true;
|
||||||
|
# };
|
||||||
|
|
||||||
# Where to save screenshots
|
# Where to save screenshots
|
||||||
screencapture.location = "~/Downloads";
|
screencapture.location = "~/Downloads";
|
||||||
|
|
||||||
@ -172,14 +179,9 @@
|
|||||||
''{"deletable":true,"arguments":"","name":"Zoom","path":""}'';
|
''{"deletable":true,"arguments":"","name":"Zoom","path":""}'';
|
||||||
KeyboardShortcuts_joinEventShortcut =
|
KeyboardShortcuts_joinEventShortcut =
|
||||||
''{"carbonModifiers":6400,"carbonKeyCode":38}'';
|
''{"carbonModifiers":6400,"carbonKeyCode":38}'';
|
||||||
timeFormat = ''"12-hour"'';
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
CustomSystemPreferences = {
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Settings that don't have an option in nix-darwin
|
# Settings that don't have an option in nix-darwin
|
||||||
|
Loading…
Reference in New Issue
Block a user