From a0d9240ace5ba71053c18914d11e7745b6ad72e7 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 3 Jun 2024 17:16:53 -0500 Subject: [PATCH] feat(nix/hm/price): install `mpv` --- users/price/conf/mpv/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 users/price/conf/mpv/default.nix diff --git a/users/price/conf/mpv/default.nix b/users/price/conf/mpv/default.nix new file mode 100644 index 00000000..372d23a9 --- /dev/null +++ b/users/price/conf/mpv/default.nix @@ -0,0 +1,6 @@ +{ ... }: +{ + programs.mpv = { + enable = true; + }; +}