fix: fix impermanence module import in home persist module
This commit is contained in:
parent
db2a97023b
commit
7b357ce8cc
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user