fixed home manager on horizon
This commit is contained in:
parent
46c6ffce54
commit
4eacddfce1
|
@ -1,5 +1,9 @@
|
|||
{...}: {
|
||||
home.persistence."/persistent/home/leyla" = {
|
||||
{
|
||||
lib,
|
||||
osConfig,
|
||||
...
|
||||
}: {
|
||||
home.persistence."/persist/home/leyla" = lib.mkIf osConfig.host.impermanence.enable {
|
||||
directories = [
|
||||
"desktop"
|
||||
"downloads"
|
||||
|
|
Loading…
Reference in a new issue