Add fix_nix shell alias
This commit is contained in:
parent
3d121c8908
commit
6f2f2c54a7
@ -47,6 +47,7 @@ with lib;
|
|||||||
localBinInPath = true;
|
localBinInPath = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
df_ssh = "TERM='xterm-256color ssh -o StrictHostKeyChecking=no'";
|
df_ssh = "TERM='xterm-256color ssh -o StrictHostKeyChecking=no'";
|
||||||
|
fix_nix = "LD_LIBRARY_PATH='' nix";
|
||||||
};
|
};
|
||||||
variables = {
|
variables = {
|
||||||
ROFI_SYSTEMD_TERM = "alacritty -e";
|
ROFI_SYSTEMD_TERM = "alacritty -e";
|
||||||
|
Loading…
Reference in New Issue
Block a user