From 31fa816373038e5fad807131a8526103bd005a6f Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sun, 12 May 2024 20:12:49 -0700 Subject: Delete old duplicate config from util (i have no clue how that even happened?) --- util/modules/home/mpv.nix | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 util/modules/home/mpv.nix (limited to 'util/modules/home/mpv.nix') diff --git a/util/modules/home/mpv.nix b/util/modules/home/mpv.nix deleted file mode 100644 index 5e1f013..0000000 --- a/util/modules/home/mpv.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ ... }: - -{ - programs.mpv = { - enable = true; - - config = { - screenshot-format = "png"; - screenshot-template = "~/Pictures/Screenshots/mpv/%F/%P"; - }; - }; -} -- cgit v1.2.3