{ config = { programs.inori = { enable = true; settings = { seek_seconds = 10; dvorak_keybindings = true; keybindings = { toggle_playpause = [ "p" "" ]; next_song = [ ">" "C-n" ]; previous_song = [ "<" "C-p" ]; seek = ""; seek_backwards = ""; up = "k"; down = "j"; left = "h"; right = "l"; top = [ "g g" "" ]; bottom = [ "G" "" ]; quit = [ "" "q" ]; }; theme = { status_artist.fg = "#fab387"; status_album.fg = "#89b4fa"; status_title = { fg = "#cba6f7"; add_modifier = "BOLD"; }; album.fg = "#89b4fa"; playing.fg = "#a6e3a1"; }; }; }; nmt.script = '' assertFileExists home-files/.config/inori/config.toml assertFileContent home-files/.config/inori/config.toml ${./full-config.toml} ''; }; }