diff options
Diffstat (limited to 'profiles/station/mpv.nix')
| -rw-r--r-- | profiles/station/mpv.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/station/mpv.nix b/profiles/station/mpv.nix index 1b673ab..b5a9fce 100644 --- a/profiles/station/mpv.nix +++ b/profiles/station/mpv.nix @@ -5,6 +5,7 @@ pkgs, ... }: { + hm = { programs.mpv = { enable = true; scripts = [ @@ -44,4 +45,5 @@ S="cycle sub"; }; }; + }; } |
