fixes and extensions

This commit is contained in:
2024-09-01 23:44:48 +02:00
parent e45a05d026
commit 7adff396c4
14 changed files with 140 additions and 59 deletions

View File

@@ -6,6 +6,8 @@ with lib.hm.gvariant;
../modules/home-manager/browser.nix
../modules/home-manager/code.nix
../modules/home-manager/flatpaks.nix
../modules/home-manager/thunderbird.nix
../modules/home-manager/quickshare.nix
../modules/home-manager/gnome-shell-customization.nix
];
@@ -39,17 +41,17 @@ with lib.hm.gvariant;
"org/gnome/desktop/peripherals/keyboard" = {
numlock-state = true;
}
};
"org/gnome/desktop/peripherals/mouse" = {
natural-scroll = false;
speed = 0.20851063829787231;
}
};
"org/gnome/desktop/peripherals/touchpad" = {
tap-to-click = true;
two-finger-scrolling-enabled = true;
speed = 0.16872427983539096;
}
};
};
}