Convert MPV configuration to module
This commit is contained in:
parent
018242e2a5
commit
a8ec1a644c
2 changed files with 12 additions and 7 deletions
|
@ -2,11 +2,16 @@
|
|||
config.modules = {
|
||||
application = {
|
||||
zathura.enable = true;
|
||||
};
|
||||
cli = {
|
||||
neovim.enable = true;
|
||||
vifm.enable = true;
|
||||
zsh.enable = true;
|
||||
};
|
||||
video = {
|
||||
kdenlive.enable = false;
|
||||
mpv.enable = true;
|
||||
};
|
||||
cli.neovim.enable = true;
|
||||
cli.vifm.enable = true;
|
||||
video.kdenlive.enable = false;
|
||||
web.firefox.enable = true;
|
||||
web.qutebrowser.enable = true;
|
||||
web.webcord.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue