From 0afdae53eb694e6bda5fe47490279c8496f51558 Mon Sep 17 00:00:00 2001 From: Philipp Date: Sat, 29 Nov 2025 15:54:39 +0100 Subject: [PATCH] fix(mpv): reformated --- modules/home/apps/mpv/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/apps/mpv/default.nix b/modules/home/apps/mpv/default.nix index 7973264..495864b 100644 --- a/modules/home/apps/mpv/default.nix +++ b/modules/home/apps/mpv/default.nix @@ -16,8 +16,8 @@ in }; config = mkIf cfg.enable { - programs.mpv = { - enable = true; + programs = { + mpv.enable = true; }; };