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

12 lines
184 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"
];
};
# }}}
}