From 509fc477ac338781a0ebb86add47aa1957eed155 Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Fri, 21 Feb 2025 15:23:22 +0000 Subject: [PATCH] enabled nix-ld --- hosts/gabbielaptop/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/gabbielaptop/configuration.nix b/hosts/gabbielaptop/configuration.nix index 18e0694..0dbb2fa 100644 --- a/hosts/gabbielaptop/configuration.nix +++ b/hosts/gabbielaptop/configuration.nix @@ -96,6 +96,9 @@ # Enable fwupd for BIOS updates services.fwupd.enable = true; + # Enable nix-ld for dynamically linked executeables + programs.nix-ld.enable = true; + # Configure keymap in X11 services.xserver.xkb.layout = "gb";