Add fix_nix shell alias
This commit is contained in:
parent
3d121c8908
commit
6f2f2c54a7
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user