1
Fork 0

Set up persistence for zathura and spotify

This commit is contained in:
Matei Adriel 2024-01-15 06:52:03 +01:00
parent b737d4e7ab
commit d806a7077c
No known key found for this signature in database
2 changed files with 15 additions and 1 deletions

View file

@ -48,5 +48,13 @@ in
];
};
# TODO: persistence
# {{{ Persistence
satellite.persistence.at.state.apps.spotify.directories = [
"${config.xdg.configHome}/spotify"
];
satellite.persistence.at.cache.apps.spotify.directories = [
"${config.xdg.cacheHome}/spotify"
];
# }}}
}

View file

@ -87,4 +87,10 @@
};
home.shellAliases.pdf = "zathura --fork";
# {{{ Persistence
satellite.persistence.at.state.apps.zathura.directories = [
"${config.xdg.dataHome}/zathura"
];
# }}}
}