Add fix_nix shell alias

This commit is contained in:
Ivan Malison 2024-03-11 20:43:55 -06:00
parent 3d121c8908
commit 6f2f2c54a7

View File

@ -47,6 +47,7 @@ with lib;
localBinInPath = true;
shellAliases = {
df_ssh = "TERM='xterm-256color ssh -o StrictHostKeyChecking=no'";
fix_nix = "LD_LIBRARY_PATH='' nix";
};
variables = {
ROFI_SYSTEMD_TERM = "alacritty -e";