diff options
Diffstat (limited to 'profiles/station/mpv.nix')
| -rw-r--r-- | profiles/station/mpv.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/profiles/station/mpv.nix b/profiles/station/mpv.nix index b5a9fce..71b152c 100644 --- a/profiles/station/mpv.nix +++ b/profiles/station/mpv.nix @@ -1,13 +1,11 @@ { - flake, - config, pkgs, ... }: { hm = { programs.mpv = { - enable = true; + enable = false; scripts = [ (with pkgs; stdenv.mkDerivation rec { pname = "mpv-sockets"; |
