From 72990226ab60346eb74d6eaef6d7f7c3c3738da5 Mon Sep 17 00:00:00 2001 From: Dennis Date: Sun, 22 Jun 2025 19:47:02 +0200 Subject: [PATCH] inverts swipescrolldirection --- hosts/dnsc-air/default.nix | 16 ++++++++++------ hosts/dnsc-work/default.nix | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/hosts/dnsc-air/default.nix b/hosts/dnsc-air/default.nix index 96dc305..76dd153 100644 --- a/hosts/dnsc-air/default.nix +++ b/hosts/dnsc-air/default.nix @@ -5,7 +5,8 @@ config, pkgs, ... -}: { +}: +{ imports = [ inputs.home-manager.darwinModules.home-manager ../../modules/aerospace @@ -15,7 +16,7 @@ networking.hostName = "dnsc-air"; networking.computerName = "dnsc-air"; - users.users."dennis"= { + users.users."dennis" = { home = "/Users/dennis"; description = "Dennis Schoepf"; }; @@ -60,7 +61,7 @@ fnm imagemagick ]; - + # Homebrew homebrew = { enable = true; @@ -74,7 +75,7 @@ taps = [ "homebrew/services" ]; - + masApps = { Bitwarden = 1352778147; "Kagi for Safari" = 1622835804; @@ -119,7 +120,7 @@ defaults = { smb.NetBIOSName = "dnsc-air"; - NSGlobalDomain."com.apple.swipescrolldirection" = false; + NSGlobalDomain."com.apple.swipescrolldirection" = true; dock = { autohide = true; @@ -185,7 +186,10 @@ # Nix settings # Enable new Nix CLI and flakes - nix.settings.experimental-features = [ "nix-command" "flakes" ]; + nix.settings.experimental-features = [ + "nix-command" + "flakes" + ]; nix.package = pkgs.nix; nix.gc = { diff --git a/hosts/dnsc-work/default.nix b/hosts/dnsc-work/default.nix index 9c1e407..b12fb87 100644 --- a/hosts/dnsc-work/default.nix +++ b/hosts/dnsc-work/default.nix @@ -128,7 +128,7 @@ defaults = { smb.NetBIOSName = "dnsc-work"; - NSGlobalDomain."com.apple.swipescrolldirection" = false; + NSGlobalDomain."com.apple.swipescrolldirection" = true; dock = { autohide = true;