chore: remove mpv from hm config
This commit is contained in:
parent
d493828e2f
commit
0ff4e202d5
2 changed files with 1 additions and 16 deletions
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.mpv = {
|
||||
enable = true;
|
||||
scripts = with pkgs; [
|
||||
mpvScripts.mpris
|
||||
];
|
||||
bindings = {
|
||||
WHEEL_UP = "volume 10";
|
||||
WHEEL_DOWN = "volume -10";
|
||||
};
|
||||
};
|
||||
}
|
|
@ -11,7 +11,6 @@ imports = [
|
|||
../../home/dunst
|
||||
../../home/lf
|
||||
../../home/zellij
|
||||
../../home/mpv
|
||||
../../home/waybar
|
||||
../../home/wayland/hyprland
|
||||
../../modules/swayidle.nix
|
||||
|
@ -35,6 +34,7 @@ imports = [
|
|||
p7zip
|
||||
virt-manager
|
||||
imv
|
||||
mpv
|
||||
appimage-run
|
||||
qbittorrent
|
||||
gdu
|
||||
|
|
Loading…
Reference in a new issue