Compare commits

..

No commits in common. "b6abc055b2329aae48ac4fc76e3cb15a1fe49afb" and "6eb9f538c5ca32136ca5f90cbba8508e3be6169f" have entirely different histories.

3 changed files with 4 additions and 8 deletions

View File

@ -305,11 +305,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1723991338, "lastModified": 1723362943,
"narHash": "sha256-Grh5PF0+gootJfOJFenTTxDTYPidA3V28dqJ/WV7iis=", "narHash": "sha256-dFZRVSgmJkyM0bkPpaYRtG/kRMRTorUIDj8BxoOt1T4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8a3354191c0d7144db9756a74755672387b702ba", "rev": "a58bc8ad779655e790115244571758e8de055e3d",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -83,7 +83,4 @@ in {
explore_songs = 100 explore_songs = 100
''; '';
}; };
# MPRIS integration
services.playerctld.enable = true;
} }

View File

@ -3,8 +3,7 @@
with pkgs; with pkgs;
let let
custom-mpv = (mpv-unwrapped.wrapper { custom-mpv = (pkgs.wrapMpv pkgs.mpv-unwrapped {
mpv = mpv-unwrapped;
scripts = with mpvScripts; [ sponsorblock-minimal mpv-cheatsheet ]; scripts = with mpvScripts; [ sponsorblock-minimal mpv-cheatsheet ];
}); });