disables natural scrolling

This commit is contained in:
Dennis Schoepf 2025-06-22 19:42:35 +02:00
parent b527675edd
commit c72aef1ede
2 changed files with 8 additions and 3 deletions

View file

@ -5,7 +5,8 @@
config,
pkgs,
...
}: {
}:
{
imports = [
inputs.home-manager.darwinModules.home-manager
../../modules/aerospace/work.nix
@ -15,7 +16,7 @@
networking.hostName = "dnsc-work";
networking.computerName = "dnsc-work";
users.users."dennis"= {
users.users."dennis" = {
home = "/Users/dennis";
description = "Dennis Schoepf";
};
@ -57,7 +58,7 @@
imagemagick
# rsync
];
# Homebrew
homebrew = {
enable = true;
@ -127,6 +128,8 @@
defaults = {
smb.NetBIOSName = "dnsc-work";
NSGlobalDomain."com.apple.swipescrolldirection" = false;
dock = {
autohide = true;
autohide-delay = 0.01;