yazi and etc
This commit is contained in:
parent
921aabab40
commit
92b7f86211
3 changed files with 15 additions and 14 deletions
|
@ -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 = [
|
||||
|
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue