This commit is contained in:
Leonardo Eugênio 2023-04-10 12:45:37 -03:00
parent 7c217a07da
commit 13797298c2
3 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -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"

View File

@ -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