diff --git a/hosts/default/home/default.nix b/hosts/default/home/default.nix index 0e209ac..588539a 100644 --- a/hosts/default/home/default.nix +++ b/hosts/default/home/default.nix @@ -28,10 +28,6 @@ home = { file = { - ".config/mpv" = { - source = ./sources/mpv; - recursive = true; - }; ".config/kitty" = { source = ./sources/kitty; recursive = true; diff --git a/hosts/default/home/sources/mpv/sponsorblock.toml b/hosts/default/home/sources/mpv/sponsorblock.toml deleted file mode 100644 index 16f0f43..0000000 --- a/hosts/default/home/sources/mpv/sponsorblock.toml +++ /dev/null @@ -1,12 +0,0 @@ -# Server address -server_address = "https://sponsor.ajay.app" -# Categories: sponsor, selfpromo, interaction, poi_highlight, intro, outro, preview, music_offtopic, filler, exclusive_access -categories = ["sponsor", "selfpromo", "interaction", "poi_highlight", "intro", "outro", "preview", "music_offtopic", "filler", "exclusive_access"] -# Action types: skip, mute, poi, full -action_types = ["skip"] -# Get segments for a video with extra privacy -privacy_api = false -# Third party YouTube domains like Piped, Invidious or CloudTube -domains = ["piped.kavin.rocks", "invidious.kavin.rocks"] -# Use OSD when a segment is skipped or muted -skip_notice = false