my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

isabel/media/mpv: update command

isabel da6e5a8a 72446c49

+1 -1
+1 -1
home/isabel/gui/media/watching.nix
··· 180 180 audio_folder_path = 181 181 if pkgs.stdenv.hostPlatform.isDarwin then "~/Music/clips" else "~/media/music/clips"; 182 182 video_quality = 10; 183 - custom_upload_command = "cdnadd %f"; 183 + custom_upload_command = "gup -c -s %f"; 184 184 }; 185 185 }; 186 186 };