From 23f407b824028dbf35bcf916673f14421fa48be4 Mon Sep 17 00:00:00 2001 From: smayzy Date: Fri, 8 Aug 2025 18:45:51 +0200 Subject: [PATCH] remove mpv --- hosts/common/common.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/common/common.nix b/hosts/common/common.nix index bd1c9b8..02d01b0 100644 --- a/hosts/common/common.nix +++ b/hosts/common/common.nix @@ -27,7 +27,6 @@ environment.systemPackages = with pkgs; [ home-manager - mpv ]; }