Revert "chore: remove vesktop bin, use vesktop nixpkgs"

This reverts commit ddb398d725.
This commit is contained in:
Youwen Wu 2025-02-05 16:27:59 -08:00
parent 23b64ca198
commit 0878d826ff
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
3 changed files with 59 additions and 0 deletions

View file

@ -68,6 +68,12 @@
viminal.url = "git+https://code.youwen.dev/youwen5/viminal2";
vesktop-bin = {
url = "github:youwen5/vesktop-bin-flake";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-parts.follows = "flake-parts";
};
stylix = {
url = "github:danth/stylix";
inputs.nixpkgs.follows = "nixpkgs";