fixed home directory starts

This commit is contained in:
Leyla Becker 2025-06-04 20:54:47 -05:00
parent ca01e667a1
commit 28ac8a4fa4
5 changed files with 7 additions and 7 deletions

View file

@ -19,7 +19,7 @@
lib.mkIf osConfig.host.impermanence.enable {
home.persistence."/persist${config.home.homeDirectory}" = {
directories = [
"~/.config/Bitwarden"
".config/Bitwarden"
];
allowOther = true;
};