dot

NixOS dotfiles
git clone https://git.echoz.io/dot.git
Log | Files | Refs

commit 991f30c4444f24a296ada5899f38a87841e469b1
parent 6f7d597f685f2ae4520ec13e8bf3ee869c752eab
Author: Chris <chris@echoz.io>
Date:   Thu,  4 Dec 2025 03:09:47 +0100

feat(tp): enable trackpad

Diffstat:
Mhosts/tp/default.nix | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/hosts/tp/default.nix b/hosts/tp/default.nix @@ -33,14 +33,6 @@ home-manager.users.${user} = { services.hypridle.brightnessDevice = "intel_backlight"; - wayland.windowManager.hyprland.settings = { - device = [ - { - name = "elan0676:00-04f3:3195-touchpad"; - enabled = false; - } - ]; - }; }; powerManagement.powertop.enable = true;