mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 17:20:13 +00:00
more macos hacks
This commit is contained in:
@ -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";
|
||||
|
@ -35,8 +35,8 @@
|
||||
};
|
||||
|
||||
|
||||
fonts.fonts = with pkgs;
|
||||
[ (nerdfonts.override { fonts = [ "FiraCode" ]; }) ];
|
||||
# fonts.fonts = with pkgs;
|
||||
# [ (nerdfonts.override { fonts = [ "FiraCode" ]; }) ];
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user