diff --git a/modules/hardware/surface-pro6.nix b/modules/hardware/surface-pro6.nix index 0b7c8f2..caa5e03 100644 --- a/modules/hardware/surface-pro6.nix +++ b/modules/hardware/surface-pro6.nix @@ -2,6 +2,8 @@ let cfg = config.ptw.hardware.surface; + fetchurl = pkgs.fetchurl; + commit = "69d1e5826e6380c8ff0cd532e244482097562c3d"; in { options.ptw.hardware.surface = { enable = lib.mkEnableOption "Enable support for the Microsoft Surface Pro 6"; @@ -25,7 +27,7 @@ in { }; hardware.video.hidpi.enable = true; - systemd.services.iptsd = { + systemd.services.iptsd = lib.mkForce { description = "Userspace daemon for Intel Precise Touch & Stylus"; wantedBy = [ "multi-user.target" ]; wants = [ "dev-ipts-15.device" ];