From 12c6e36a113943624003ce018c910c06a33fbf74 Mon Sep 17 00:00:00 2001
From: Chris Cochrun <chris@cochrun.xyz>
Date: Mon, 14 Oct 2024 11:33:28 -0500
Subject: [PATCH] add nix-ld to run arbitrary executables

---
 modules/desktop.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/desktop.nix b/modules/desktop.nix
index 3a37482..c906687 100644
--- a/modules/desktop.nix
+++ b/modules/desktop.nix
@@ -34,7 +34,7 @@ with lib;
       # runUsingSystemd = true;
     };
   };
-
+  programs.nix-ld.enable = true;
   programs.ssh.startAgent = true;
   security.pam.services.kwallet = {
     name = "kwallet";