diff options
author | Soispha <soispha@vhack.eu> | 2024-01-14 21:04:56 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-01-14 21:04:56 +0100 |
commit | adbddd23776b366d566c3c35bccfb19242cbfbe2 (patch) | |
tree | ae146553362732211c3a218aab75e84cef053e5e | |
parent | fix(hm/conf/unison): Correct names so that systemd can use them (diff) | |
download | nixos-config-adbddd23776b366d566c3c35bccfb19242cbfbe2.tar.gz nixos-config-adbddd23776b366d566c3c35bccfb19242cbfbe2.zip |
fix(hm/conf/unison): Add unison to PATH
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/conf/unison/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hm/soispha/conf/unison/default.nix b/hm/soispha/conf/unison/default.nix index 3d94c861..6ebcbe7c 100644 --- a/hm/soispha/conf/unison/default.nix +++ b/hm/soispha/conf/unison/default.nix @@ -84,6 +84,7 @@ pairs = builtins.listToAttrs (builtins.map mkPair paths_to_keep); in { home.packages = [ + pkgs.unison (sysLib.writeShellScript { name = "unison-backup"; src = builtins.toFile "unison-backup" ('' |