add some package

This commit is contained in:
Asaki Yuki 2026-04-12 19:02:41 +07:00
parent 4320703fa5
commit 3750ae7588
7 changed files with 75 additions and 70 deletions

View file

@ -1,13 +1,14 @@
{ ... }: {
wayland.windowManager.hyprland.settings = {
"$LAPTOP_TOUCHPAD_ENABLE" = false;
{ ... }:
{
wayland.windowManager.hyprland.settings = {
"$LAPTOP_TOUCHPAD_ENABLE" = false;
device = {
name = "gxtp5100:00-27c6:01e0-touchpad";
enabled = "$LAPTOP_TOUCHPAD_ENABLE";
natural_scroll = true;
};
input.touchpad.natural_scroll = true;
device = {
name = "gxtp5100:00-27c6:01e0-touchpad";
enabled = "$LAPTOP_TOUCHPAD_ENABLE";
natural_scroll = true;
};
}
input.touchpad.natural_scroll = true;
};
}