feat(fish): replace starship with hydro

This commit is contained in:
uku 2024-11-23 11:14:09 +01:00
parent 109785aadd
commit e7fa72e2c5
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
5 changed files with 45 additions and 13 deletions

View file

@ -127,10 +127,15 @@
inputs.flake-parts.follows = "flake-parts";
};
# ==== vencord ====
# ==== non-nix inputs ====
vencord = {
url = "github:Vendicated/Vencord";
flake = false;
};
hydro = {
url = "github:jorgebucaran/hydro";
flake = false;
};
};
}