inverts swipescrolldirection
This commit is contained in:
parent
c72aef1ede
commit
72990226ab
2 changed files with 11 additions and 7 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -128,7 +128,7 @@
|
|||
defaults = {
|
||||
smb.NetBIOSName = "dnsc-work";
|
||||
|
||||
NSGlobalDomain."com.apple.swipescrolldirection" = false;
|
||||
NSGlobalDomain."com.apple.swipescrolldirection" = true;
|
||||
|
||||
dock = {
|
||||
autohide = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue