oh my god i fixed it

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Cadey Ratio 2023-03-04 12:43:16 -05:00
parent fc2d46c246
commit 8c57d24ce7
1 changed files with 0 additions and 5 deletions

View File

@ -21,13 +21,8 @@
programs.fish.enable = true;
programs.fish.useBabelfish = true;
programs.fish.shellInit = ''
## XXX(Xe): unfuck nix-ld
eval (cat /etc/set-environment | grep NIX_LD)
'';
programs.fish.loginShellInit = ''
## XXX(Xe): unfuck nix-ld
echo "TEST TEST GOD TEST" | logger
eval (cat /etc/set-environment | grep NIX_LD)
'';