feat: enable nix-ld

This commit is contained in:
Swarsel 2024-08-04 11:23:37 +02:00
parent 40e81f104b
commit c0a2be3791
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
5 changed files with 340 additions and 1 deletions

View file

@ -16,6 +16,7 @@
hotspot = "nmcli connection up local; nmcli device wifi hotspot;";
cd = "z";
cdr = "cd \"$( (find /home/swarsel/Documents/GitHub -maxdepth 1 && echo /home/swarsel/.dotfiles) | fzf )\"";
nix-ldd = "LD_LIBRARY_PATH=$NIX_LD_LIBRARY_PATH ldd";
};
autosuggestion.enable = true;
enableCompletion = true;