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/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
|
||||||
|
|
Loading…
Reference in a new issue