From 466e166fcc20c5eb5e3104e711180d8225a8b0f7 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 13 Oct 2024 15:46:26 -0400 Subject: [PATCH] pacifidlog: enable tabletmode --- hosts/pacifidlog/home.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hosts/pacifidlog/home.nix b/hosts/pacifidlog/home.nix index 8adc41b7..a0eb8bf6 100644 --- a/hosts/pacifidlog/home.nix +++ b/hosts/pacifidlog/home.nix @@ -14,8 +14,11 @@ }; ar.home = { - desktop.hyprland.laptopMonitors = ["desc:Lenovo Group Limited Go Display 0x00888888, 1600x2560@144, 0x0, 2, transform, 1"]; - + desktop.hyprland = { + laptopMonitors = ["desc:Lenovo Group Limited Go Display 0x00888888, 1600x2560@144, 0x0, 2, transform, 1"]; + tabletMode.enable = true; + }; + # services = { # easyeffects = { # enable = true;