From 50c7d023c53ccee76aff2163eef370ffa46bad4b Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sun, 31 Oct 2021 23:49:39 +0100 Subject: [PATCH] mashu: Tempoarilly disable xournalpp --- hosts/mashu.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/mashu.nix b/hosts/mashu.nix index e62cd68..b897b37 100644 --- a/hosts/mashu.nix +++ b/hosts/mashu.nix @@ -15,7 +15,7 @@ in mkHost config { wireless = true; wifiInterface = "wlp1s0"; programImports = [ - "zsh" "git" "mpv" "tmux" "firefox" "gnome-terminal" "gnome" "i18n" "xournalpp" "nextcloud" + "zsh" "git" "mpv" "tmux" "firefox" "gnome-terminal" "gnome" "i18n" "nextcloud" # "xournalpp" "distributed-build/offload.nix" ]; fileSystems = { @@ -56,7 +56,7 @@ in mkHost config { ''; services.xserver.libinput.touchpad = { tapping = true; - disableWhileTrying = true; + disableWhileTyping = true; }; # TODO: phosh only allows numerical PINs...