From b5774d61050fe7dd4dffc220f8774518646bb797 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 5 Jul 2023 15:47:39 +0300 Subject: [PATCH] failed to setup mopidy ill do it later --- config/mopidy/mopidy.conf | 12 ++++++++++++ configuration.nix | 6 ++++++ 2 files changed, 18 insertions(+) create mode 100644 config/mopidy/mopidy.conf diff --git a/config/mopidy/mopidy.conf b/config/mopidy/mopidy.conf new file mode 100644 index 00000000..7378f267 --- /dev/null +++ b/config/mopidy/mopidy.conf @@ -0,0 +1,12 @@ +[core] +cache_dir = $XDG_CACHE_DIR/mopidy +config_dir = $XDG_CONFIG_DIR/mopidy +data_dir = $XDG_DATA_DIR/mopidy +max_tracklist_length = 10000 +restore_state = false + +[audio] +mixer = software +mixer_volume = +output = autoaudiosink +buffer_time = diff --git a/configuration.nix b/configuration.nix index 51597786..79320e8f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -84,6 +84,7 @@ "steam" "steam-original" "discord" + "widevine-cdm" ]; services.xserver.videoDrivers = ["nvidia"]; @@ -172,6 +173,11 @@ ]; }; + # TODO(sako):: make overlays in different folder + nixpkgs.overlays = [ + (final: prev: { qutebrowser = prev.qutebrowser.override { enableWideVine = true; }; }) + ]; + # TODO(sako):: replace this with mopidy for jellyifn support services.mpd = { # pipewire fix