refactor(3p): fetch impermanence via niv

Change-Id: Ic6bc463304643a7f983a5f7c182f95a7706ca35b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5868
Reviewed-by: tazjin <tazjin@tvl.su>
Reviewed-by: sterni <sternenseemann@systemli.org>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2022-06-14 13:02:59 +00:00 committed by clbot
parent dc56b365e6
commit 3bc9128dfc
5 changed files with 14 additions and 15 deletions

View file

@ -4,7 +4,7 @@
{ config, lib, ... }: # home-manager
{
imports = [ "${depot.third_party.impermanence}/home-manager.nix" ];
imports = [ (depot.third_party.sources.impermanence + "/home-manager.nix") ];
home.persistence."/persist/tazjin/home" = {
allowOther = true;