Enable touchpad for coded@shorthair

Change-Id: I86a98b31cf242ff68476ca520f36011f5c378980
Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/716
Tested-by: Samuel Shuert <coded@clicks.codes>
Reviewed-by: Samuel Shuert <coded@clicks.codes>
diff --git a/homes/x86_64-linux/coded@shorthair/default.nix b/homes/x86_64-linux/coded@shorthair/default.nix
index ce9c363..5d8cfbd 100644
--- a/homes/x86_64-linux/coded@shorthair/default.nix
+++ b/homes/x86_64-linux/coded@shorthair/default.nix
@@ -19,6 +19,9 @@
   ...
 }:
 {
+
+  home.packages = [ pkgs.foliate ];
+
   chimera = {
     waybar.modules.temperature.hwmonPath = "/sys/class/hwmon/hwmon4/temp1_input";
     waybar.modules.backlight.enable = true;
@@ -50,6 +53,9 @@
       gpg.enable = true;
     };
 
+    touchpad.enable = true;
+    input.touchpad.scrolling.natural = true;
+
     hyprland = {
       enable = true;