inverts swipescrolldirection

This commit is contained in:
Dennis Schoepf 2025-06-22 19:47:02 +02:00
parent c72aef1ede
commit 72990226ab
2 changed files with 11 additions and 7 deletions

View file

@ -5,7 +5,8 @@
config,
pkgs,
...
}: {
}:
{
imports = [
inputs.home-manager.darwinModules.home-manager
../../modules/aerospace
@ -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 = {

View file

@ -128,7 +128,7 @@
defaults = {
smb.NetBIOSName = "dnsc-work";
NSGlobalDomain."com.apple.swipescrolldirection" = false;
NSGlobalDomain."com.apple.swipescrolldirection" = true;
dock = {
autohide = true;