From 76ce772222ac7529b9c376e9345a0e73c107cbc7 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sat, 8 Jun 2024 22:31:44 +0530 Subject: [PATCH] enable nix-ld --- hosts/skipper/programs/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/skipper/programs/default.nix b/hosts/skipper/programs/default.nix index 57c6bb4..3af1858 100644 --- a/hosts/skipper/programs/default.nix +++ b/hosts/skipper/programs/default.nix @@ -8,6 +8,7 @@ _: { dconf.enable = true; fuse.userAllowOther = true; git.enable = true; + nix-ld.enable = true; xwayland.enable = true; zsh.enable = true; };