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";