commit | 6d47eef697d4e3e9f59daff85795770e700fb47d | [log] [tgz] |
---|---|---|
author | Samuel Shuert <coded@clicks.codes> | Sat May 25 14:01:31 2024 -0400 |
committer | Samuel Shuert <coded@clicks.codes> | Thu Jun 06 19:24:17 2024 +0000 |
tree | 1c5cbed723b3eef5f2222674dcbc6ba87da6dee3 | |
parent | 5959520f8eefe7628e19f9f06e9a2a6bf64fecd3 [diff] |
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;