1
Fork 0
satellite/home/features/desktop/steam.nix
prescientmoon 8fbb994353
Fix some stuff
- save vvvvvv game files
- launch vesktop on hyprland startup
2024-10-14 10:44:18 +02:00

13 lines
222 B
Nix

{ config, ... }:
{
# {{{ Persistence
satellite.persistence.at.state.apps.steam = {
directories = [
".factorio"
"${config.xdg.dataHome}/Steam"
"${config.xdg.dataHome}/VVVVVV"
];
};
# }}}
}