home: firefox: add ff2mpv

This allows watching videos using mpv via a simple button.
This commit is contained in:
Bruno BELANYI 2021-05-15 21:28:10 +02:00
parent 93f173d0ca
commit cfa59614f1
2 changed files with 19 additions and 2 deletions

View file

@ -11,6 +11,15 @@
default = config.my.home.firefox.enable;
};
};
ff2mpv = {
enable = mkOption {
type = types.bool;
description = "ff2mpv configuration";
example = false;
default = config.my.home.mpv.enable;
};
};
};
imports = [