diff --git a/hosts/luci/home-config.nix b/hosts/luci/home-config.nix index a3dd6a0..af30a63 100644 --- a/hosts/luci/home-config.nix +++ b/hosts/luci/home-config.nix @@ -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; diff --git a/modules/home-manager/video/mpv/default.nix b/modules/home-manager/video/mpv/default.nix index aa1c873..f208476 100644 --- a/modules/home-manager/video/mpv/default.nix +++ b/modules/home-manager/video/mpv/default.nix @@ -11,10 +11,10 @@ in programs.mpv = { enable = true; config = { - hwdec = auto-safe; - vo = gpu; - profile = gpu-hq; - gpu-context = wayland; + hwdec = "auto-safe"; + vo = "gpu"; + profile = "gpu-hq"; + gpu-context = "wayland"; }; }; xdg.mimeApps.defaultApplications = {