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, config,
pkgs, pkgs,
... ...
}: { }:
{
imports = [ imports = [
inputs.home-manager.darwinModules.home-manager inputs.home-manager.darwinModules.home-manager
../../modules/aerospace ../../modules/aerospace
@ -15,7 +16,7 @@
networking.hostName = "dnsc-air"; networking.hostName = "dnsc-air";
networking.computerName = "dnsc-air"; networking.computerName = "dnsc-air";
users.users."dennis"= { users.users."dennis" = {
home = "/Users/dennis"; home = "/Users/dennis";
description = "Dennis Schoepf"; description = "Dennis Schoepf";
}; };
@ -119,7 +120,7 @@
defaults = { defaults = {
smb.NetBIOSName = "dnsc-air"; smb.NetBIOSName = "dnsc-air";
NSGlobalDomain."com.apple.swipescrolldirection" = false; NSGlobalDomain."com.apple.swipescrolldirection" = true;
dock = { dock = {
autohide = true; autohide = true;
@ -185,7 +186,10 @@
# Nix settings # Nix settings
# Enable new Nix CLI and flakes # 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.package = pkgs.nix;
nix.gc = { nix.gc = {

View file

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