fix: fix impermanence module import in home persist module

This commit is contained in:
Dmitriy Kholkin 2025-06-07 17:47:20 +03:00
parent db2a97023b
commit 7b357ce8cc
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2

View File

@ -2,6 +2,7 @@
config, config,
lib, lib,
pkgs, pkgs,
inputs,
... ...
}: }:
let let
@ -20,6 +21,8 @@ let
absoluteHomePath = map (x: "${homeDir}/${x}"); absoluteHomePath = map (x: "${homeDir}/${x}");
in in
{ {
imports = [ inputs.impermanence.homeManagerModules.impermanence ];
options = options =
let let
common = { common = {