failed to setup mopidy ill do it later

This commit is contained in:
Sakooooo 2023-07-05 15:47:39 +03:00
parent a54f0641ba
commit b5774d6105
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 18 additions and 0 deletions

12
config/mopidy/mopidy.conf Normal file
View file

@ -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 =

View file

@ -84,6 +84,7 @@
"steam" "steam"
"steam-original" "steam-original"
"discord" "discord"
"widevine-cdm"
]; ];
services.xserver.videoDrivers = ["nvidia"]; 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 # TODO(sako):: replace this with mopidy for jellyifn support
services.mpd = { services.mpd = {
# pipewire fix # pipewire fix