Skip to content

Commit

Permalink
Made some pineapple changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Snuggle committed Sep 1, 2024
1 parent 4a47e24 commit be5747d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/dconf/dconf.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ with lib.hm.gvariant;
automatic-timezone = true;
};

"org/gnome/desktop/peripherals/touchpad" = {
tap-to-click = true;
disable-while-typing = false;
};

"org/gnome/desktop/peripherals/mouse" = {
accel-profile = "flat";
natural-scroll = true;
Expand Down
1 change: 1 addition & 0 deletions hosts/pineapple/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@

# Enable touchpad support (enabled default in most desktopManager).
services.xserver.libinput.enable = true;
services.xserver.libinput.touchpad.tapping = true;

# Define a user account. Don't forget to set a password with ‘passwd’.
# users.users.alice = {
Expand Down

0 comments on commit be5747d

Please sign in to comment.