add some package
This commit is contained in:
parent
4320703fa5
commit
3750ae7588
7 changed files with 75 additions and 70 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue