home: firefox: add ff2mpv
This allows watching videos using mpv via a simple button.
This commit is contained in:
parent
93f173d0ca
commit
cfa59614f1
2 changed files with 19 additions and 2 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue