more macos hacks

This commit is contained in:
Noah Masur
2022-06-18 15:45:51 -04:00
parent e2189397fc
commit 518d788c73
5 changed files with 13 additions and 10 deletions

View File

@ -1,4 +1,6 @@
{ ... }: {
services.nix-daemon.enable = true;
system = {
@ -97,12 +99,12 @@
# Disable trackpad tap to click
trackpad.Clicking = false;
universalaccess = {
# universalaccess = {
# Zoom in with Control + Scroll Wheel
closeViewScrollWheelToggle = true;
closeViewZoomFollowsFocus = true;
};
# # Zoom in with Control + Scroll Wheel
# closeViewScrollWheelToggle = true;
# closeViewZoomFollowsFocus = true;
# };
# Where to save screenshots
screencapture.location = "~/Downloads";

View File

@ -35,8 +35,8 @@
};
fonts.fonts = with pkgs;
[ (nerdfonts.override { fonts = [ "FiraCode" ]; }) ];
# fonts.fonts = with pkgs;
# [ (nerdfonts.override { fonts = [ "FiraCode" ]; }) ];
}