From 95c9314232bdebbff89f81ca3ab721e230290cec Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 13 Jan 2024 11:27:01 +0100 Subject: build(treewide): Update flake and shell library --- sys/svcs/xdg/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/svcs/xdg/default.nix') diff --git a/sys/svcs/xdg/default.nix b/sys/svcs/xdg/default.nix index 73d7efc3..f8e8f60f 100644 --- a/sys/svcs/xdg/default.nix +++ b/sys/svcs/xdg/default.nix @@ -13,9 +13,10 @@ settings = { filechooser = { default_dir = "/tmp"; - cmd = "${sysLib.writeShellScriptWithLibraryAndKeepPath { + cmd = "${sysLib.writeShellScript { src = ./scripts/lf_wrapper; name = "lf_wrapper"; + keep_path = true; dependencies = with pkgs; [ lf alacritty -- cgit 1.4.1