use mpv config for celluloid
This commit is contained in:
parent
68439cb5b9
commit
987d676ed1
2 changed files with 7 additions and 2 deletions
|
@ -22,7 +22,6 @@
|
|||
|
||||
home.packages = with pkgs; [
|
||||
_1password-gui
|
||||
celluloid
|
||||
discord
|
||||
evince
|
||||
git-crypt
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
{ pkgs, ... }: {
|
||||
{ config, pkgs, ... }: {
|
||||
home.packages = with pkgs; [ celluloid ];
|
||||
dconf.settings = {
|
||||
"io/github/celluloid-player/celluloid" = {
|
||||
mpv-config-file = "file://${config.home.homeDirectory}/${config.xdg.configFile."mpv/mpv.conf".target}";
|
||||
};
|
||||
};
|
||||
programs.mpv = {
|
||||
enable = true;
|
||||
package = pkgs.mpv.override { youtubeSupport = true; };
|
||||
|
|
Loading…
Reference in a new issue