about summary refs log tree commit diff stats
path: root/hm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/unison/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hm/soispha/conf/unison/default.nix b/hm/soispha/conf/unison/default.nix
index 6ebcbe7c..b3ca7e2a 100644
--- a/hm/soispha/conf/unison/default.nix
+++ b/hm/soispha/conf/unison/default.nix
@@ -83,6 +83,9 @@
 
   pairs = builtins.listToAttrs (builtins.map mkPair paths_to_keep);
 in {
+  home.sessionVariables = {
+    UNISON = unisonPath;
+  };
   home.packages = [
     pkgs.unison
     (sysLib.writeShellScript {