Compare commits

...

3 Commits

Author SHA1 Message Date
3428d5891e
feat(nix/hm/price): install kooha
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m4s
2024-06-03 17:24:51 -05:00
a1cd9e0437
feat(nvim): add docx fts to bufnew intercept 2024-06-03 17:17:02 -05:00
a0d9240ace
feat(nix/hm/price): install mpv 2024-06-03 17:16:53 -05:00
3 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{ ... }:
{
programs.mpv = {
enable = true;
};
}

View File

@ -110,6 +110,7 @@ M.setup = function()
["wav"] = open_mime,
["png"] = open_mime,
["jpg"] = "png",
["docx"] = open_mime,
["mp4"] = open_mime,
["pptx"] = open_mime,
["gif"] = "mp4",

View File

@ -30,6 +30,7 @@ in
packages =
with pkgs;
[
kooha
libreoffice-fresh
zathura
pulseaudio