From 7bdc9150f56c673a507fde8034f6a333c3e0050a Mon Sep 17 00:00:00 2001
From: Chris Thompson <chris@agaric.com>
Date: Wed, 22 Jan 2025 11:44:18 -0500
Subject: [PATCH] Add mpv and protonup-qt

---
 hosts/default/configuration.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix
index 13495f5..3567698 100644
--- a/hosts/default/configuration.nix
+++ b/hosts/default/configuration.nix
@@ -221,7 +221,9 @@
     rpi-imager # rasbperry pi os burner util
     screenkey # broadcast key presses 
     superfile # cli file manager
+    mpv # movie player
     #obs-studio # open broadcast studio
+    protonup-qt # proton version installer
   ];
   programs.zsh.enable = true;
   programs.git = {