summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2023-07-20 21:47:27 +0200
committerMinijackson <minijackson@riseup.net>2023-07-20 21:49:18 +0200
commit31a03233207d7e25b3010e2c5a5b1a7daff91a9f (patch)
tree76d5c55c107ad09247b3ce6e6446c668785204e1 /common
parent159c94ba0ab8685745440bf90b0c0480cfe72752 (diff)
downloadnixos-config-reborn-31a03233207d7e25b3010e2c5a5b1a7daff91a9f.tar.gz
nixos-config-reborn-31a03233207d7e25b3010e2c5a5b1a7daff91a9f.zip
usecases/mpv: add thumbfast, uosc plugins, fmt file
Diffstat (limited to 'common')
-rw-r--r--common/unfree.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/unfree.nix b/common/unfree.nix
index efab0b3..cec1c03 100644
--- a/common/unfree.nix
+++ b/common/unfree.nix
@@ -13,5 +13,9 @@ inputs:
13 "steam-original" 13 "steam-original"
14 "steam-run" 14 "steam-run"
15 "steam-runtime" 15 "steam-runtime"
16
17 # actually MPL
18 # TODO: remove once this is fixed
19 "mpv-thumbfast"
16 ]; 20 ];
17} 21}