feat: setup mangowc

This commit is contained in:
tux
2026-05-07 03:57:15 +05:30
parent ff9bc06c61
commit ede154da66
4 changed files with 354 additions and 0 deletions

View File

@@ -39,6 +39,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
mango = {
url = "github:DreamMaoMao/mango";
inputs.nixpkgs.follows = "nixpkgs";
};
import-tree.url = "github:vic/import-tree";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.11-small";