fixes
This commit is contained in:
parent
7c217a07da
commit
13797298c2
|
@ -3,7 +3,7 @@ inputs: (final: prev: {
|
|||
src = inputs.alacritty-sixel;
|
||||
cargoDeps = old-alacritty.cargoDeps.overrideAttrs (prev.lib.const {
|
||||
inherit src;
|
||||
outputHash = "sha256-KKJAYhOscjZAJhy0ZEVZ8LwRh+zViRbNeiSL0HwdYh0=";
|
||||
outputHash = "sha256-wOFjVlTdKM2J1+Cq8/8vp2YMU2sRoKtX93UzwNMWUcU=";
|
||||
});
|
||||
}));
|
||||
ranger = (prev.ranger.overridePythonAttrs (old-ranger: rec {
|
||||
|
|
|
@ -6,7 +6,7 @@ cd "$DIR"
|
|||
|
||||
yt-dlp --merge-output-format mp4 "$(wl-paste)"
|
||||
|
||||
FILENAME="$(ls)"
|
||||
FILENAME="$(ls | head -n1)"
|
||||
|
||||
cp * "$HOME/Downloads/Memes/$FILENAME"
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#sap.ip = "224.0.0.56"
|
||||
#sap.port = 9875
|
||||
#source.ip = "0.0.0.0"
|
||||
destination.ip = "192.168.0.100"
|
||||
destination.ip = "192.168.0.101"
|
||||
destination.port = 4010
|
||||
#local.ifname = "eth0"
|
||||
net.mtu = 320
|
||||
|
|
Loading…
Reference in a new issue