diff options
author | Soispha <soispha@vhack.eu> | 2024-01-14 21:16:56 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-01-14 21:16:56 +0100 |
commit | 41162726795b67f5f135277e9b134e0d8435f617 (patch) | |
tree | a4878d0356dcb0cbd629a391d1d4133eb9b934ac | |
parent | fix(hm/conf/unison): Add unison to PATH (diff) | |
download | nixos-config-41162726795b67f5f135277e9b134e0d8435f617.tar.gz nixos-config-41162726795b67f5f135277e9b134e0d8435f617.zip |
fix(hm/conf/unison): Set UNISON dir
-rw-r--r-- | hm/soispha/conf/unison/default.nix | 3 |
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 { |