diff options
author | Franck Cuny <franck@fcuny.net> | 2024-11-04 18:55:07 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-11-04 18:55:07 -0800 |
commit | a6ed1e6ad5500107c51ac4f589c6edec869ec073 (patch) | |
tree | c96800cb27999aa2c624a63d5880bf13b4467b91 /nix/profiles/home-manager | |
parent | formatting (diff) | |
download | world-a6ed1e6ad5500107c51ac4f589c6edec869ec073.tar.gz |
install mpv (mpv.io)
Diffstat (limited to 'nix/profiles/home-manager')
-rw-r--r-- | nix/profiles/home-manager/shell.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nix/profiles/home-manager/shell.nix b/nix/profiles/home-manager/shell.nix index 73e4049..5258f2f 100644 --- a/nix/profiles/home-manager/shell.nix +++ b/nix/profiles/home-manager/shell.nix @@ -13,6 +13,9 @@ jq yq + # media + mpv + # dicts aspell aspellDicts.en |