yazi and etc

This commit is contained in:
Matt Nish-Lapidus 2025-06-18 20:48:38 -04:00
parent 921aabab40
commit 92b7f86211
3 changed files with 15 additions and 14 deletions

View file

@ -152,7 +152,7 @@
};
opener = {
edit = [
{ run = "$EDITOR \"$@\""; desc = "emacsclient"; orphan = true; block = false; }
{ run = "emacsclient -r \"$@\""; desc = "emacsclient"; orphan = true; block = false; }
{ run = "nano \"$@\""; desc = "nano"; orphan = false; block = true; }
];
extract = [

View file

@ -3,7 +3,7 @@
{
programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; [
zlib
zlib.out
zstd
stdenv.cc.cc
curlFull
@ -41,5 +41,6 @@
vulkan-loader
libffi.out
gcc.out
opencv.out
];
}