Set up persistence for zathura and spotify
This commit is contained in:
parent
b737d4e7ab
commit
d806a7077c
|
@ -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"
|
||||||
|
];
|
||||||
|
# }}}
|
||||||
}
|
}
|
||||||
|
|
|
@ -87,4 +87,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
home.shellAliases.pdf = "zathura --fork";
|
home.shellAliases.pdf = "zathura --fork";
|
||||||
|
|
||||||
|
# {{{ Persistence
|
||||||
|
satellite.persistence.at.state.apps.zathura.directories = [
|
||||||
|
"${config.xdg.dataHome}/zathura"
|
||||||
|
];
|
||||||
|
# }}}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue