disables natural scrolling
This commit is contained in:
parent
b527675edd
commit
c72aef1ede
2 changed files with 8 additions and 3 deletions
|
|
@ -119,6 +119,8 @@
|
||||||
defaults = {
|
defaults = {
|
||||||
smb.NetBIOSName = "dnsc-air";
|
smb.NetBIOSName = "dnsc-air";
|
||||||
|
|
||||||
|
NSGlobalDomain."com.apple.swipescrolldirection" = false;
|
||||||
|
|
||||||
dock = {
|
dock = {
|
||||||
autohide = true;
|
autohide = true;
|
||||||
autohide-delay = 0.01;
|
autohide-delay = 0.01;
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,8 @@
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}:
|
||||||
|
{
|
||||||
imports = [
|
imports = [
|
||||||
inputs.home-manager.darwinModules.home-manager
|
inputs.home-manager.darwinModules.home-manager
|
||||||
../../modules/aerospace/work.nix
|
../../modules/aerospace/work.nix
|
||||||
|
|
@ -15,7 +16,7 @@
|
||||||
networking.hostName = "dnsc-work";
|
networking.hostName = "dnsc-work";
|
||||||
networking.computerName = "dnsc-work";
|
networking.computerName = "dnsc-work";
|
||||||
|
|
||||||
users.users."dennis"= {
|
users.users."dennis" = {
|
||||||
home = "/Users/dennis";
|
home = "/Users/dennis";
|
||||||
description = "Dennis Schoepf";
|
description = "Dennis Schoepf";
|
||||||
};
|
};
|
||||||
|
|
@ -127,6 +128,8 @@
|
||||||
defaults = {
|
defaults = {
|
||||||
smb.NetBIOSName = "dnsc-work";
|
smb.NetBIOSName = "dnsc-work";
|
||||||
|
|
||||||
|
NSGlobalDomain."com.apple.swipescrolldirection" = false;
|
||||||
|
|
||||||
dock = {
|
dock = {
|
||||||
autohide = true;
|
autohide = true;
|
||||||
autohide-delay = 0.01;
|
autohide-delay = 0.01;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue