From 03ed878c416486171b77783e14df1c2d2c294214 Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Wed, 3 Jul 2024 20:01:18 +0200 Subject: [PATCH] added nix-ld to main --- hosts/main.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/main.nix b/hosts/main.nix index d4b6eab..3c37c0d 100644 --- a/hosts/main.nix +++ b/hosts/main.nix @@ -13,6 +13,9 @@ services.nscd.enable = lib.mkForce false; system.nssModules = lib.mkForce []; + + programs.nix-ld.enable = true; + # disable touch clicks because i always tap while typing #services.xserver.libinput.touchpad.tappingButtonMap = null; services.xserver.libinput.touchpad.tapping = false;