diff --git a/common/home.nix b/common/home.nix index a0ed539c..ee3a6be1 100644 --- a/common/home.nix +++ b/common/home.nix @@ -256,6 +256,7 @@ in { end end bind \co _aichat_fish + ${lib.optionalString (device.isLinux && !device.isNix) "source /etc/profile.d/nix-daemon.fish"} ''; };