add betterfox for firefox

This commit is contained in:
ulic-youthlic 2025-04-27 11:58:17 +08:00
parent 950a7ff2ca
commit f62f1c58c6
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
4 changed files with 38 additions and 0 deletions

View file

@ -43,6 +43,15 @@
flake = false;
};
betterfox-nix = {
type = "github";
owner = "HeitorAugustoLN";
repo = "betterfox-nix";
inputs = {
nixpkgs.follows = "nixpkgs";
};
};
niri-flake = {
type = "github";
owner = "sodiboo";