1
Fork 0
satellite/home/features/desktop/steam.nix

13 lines
222 B
Nix
Raw Normal View History

2024-08-30 01:10:41 +02:00
{ config, ... }:
{
# {{{ Persistence
satellite.persistence.at.state.apps.steam = {
directories = [
".factorio"
"${config.xdg.dataHome}/Steam"
"${config.xdg.dataHome}/VVVVVV"
2024-08-30 01:10:41 +02:00
];
};
# }}}
}