fix: fix impermanence module import in home persist module
This commit is contained in:
parent
db2a97023b
commit
7b357ce8cc
@ -2,6 +2,7 @@
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
@ -20,6 +21,8 @@ let
|
||||
absoluteHomePath = map (x: "${homeDir}/${x}");
|
||||
in
|
||||
{
|
||||
imports = [ inputs.impermanence.homeManagerModules.impermanence ];
|
||||
|
||||
options =
|
||||
let
|
||||
common = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user