1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00
home-manager/tests/modules/programs/anup/config.ron
2025-10-11 22:12:56 -05:00

14 lines
277 B
Text

(
series_dir: "/home/matteo/anime",
reset_dates_on_rewatch: false,
episode: (
percent_watched_to_progress: (50.0),
player: "mpv",
player_args: [],
),
tui: (
keys: (
play_next_episode: "enter",
),
),
)