refactor: persist
This commit is contained in:
@@ -23,5 +23,8 @@ lib.my.makeSwitch {
|
||||
".minecraft"
|
||||
".local/share/hmcl"
|
||||
];
|
||||
my.persist.homeFiles = [
|
||||
".hmcl.json"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -20,5 +20,8 @@ lib.my.makeSwitch {
|
||||
gamescope
|
||||
];
|
||||
};
|
||||
my.persist.homeDirs = [
|
||||
".local/share/Steam"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -13,4 +13,9 @@ lib.my.makeHomePackageConfig {
|
||||
"media"
|
||||
"spotube"
|
||||
];
|
||||
extraConfig = {
|
||||
my.persist.homeDirs = [
|
||||
".local/share/oss.krtirtho.spotube"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -21,5 +21,8 @@ lib.my.makeSwitch {
|
||||
];
|
||||
})
|
||||
];
|
||||
my.persist.homeDirs = [
|
||||
".config/obs-studio"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user