From 0d1842302f94c13e98319f3422d8f139bc06edc0 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Tue, 5 Nov 2024 19:12:12 +0530 Subject: [PATCH] feat(linux): Import nix-daemon on archlinux nix installation --- common/home.nix | 1 + 1 file changed, 1 insertion(+) 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"} ''; };