chore: remove mpv from hm config

This commit is contained in:
notohh 2023-04-12 21:39:49 -04:00
parent d493828e2f
commit 0ff4e202d5
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 1 additions and 16 deletions

View file

@ -1,15 +0,0 @@
{
pkgs,
...
}: {
programs.mpv = {
enable = true;
scripts = with pkgs; [
mpvScripts.mpris
];
bindings = {
WHEEL_UP = "volume 10";
WHEEL_DOWN = "volume -10";
};
};
}

View file

@ -11,7 +11,6 @@ imports = [
../../home/dunst ../../home/dunst
../../home/lf ../../home/lf
../../home/zellij ../../home/zellij
../../home/mpv
../../home/waybar ../../home/waybar
../../home/wayland/hyprland ../../home/wayland/hyprland
../../modules/swayidle.nix ../../modules/swayidle.nix
@ -35,6 +34,7 @@ imports = [
p7zip p7zip
virt-manager virt-manager
imv imv
mpv
appimage-run appimage-run
qbittorrent qbittorrent
gdu gdu