flakes
June 24, 2026 ยท View on GitHub
This repo uses nvfetcher to update packages automatically. See Update.hs.
Usage
Use binary cache from cachix:
$ cachix use berberman
Run a package immediately
$ nix run github:berberman/flakes#feeluown
Add the overlay to your system
In your NixOS configuration flake:
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# Add as an input
berberman = {
url = "github:berberman/flakes";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, berberman }: {
nixosConfigurations.my-machine = nixpkgs.lib.nixosSystem {
# ...
modules = [
# ...
{ nixpkgs.overlays = [
# ...
# Add to nixpkgs overlays
berberman.overlays.default
];
}
];
};
};
}
Packages available
- apple-emoji - macos-26-20260613-f1fc560b
- fcitx5-material-color - 0.2.1
- fcitx5-pinyin-moegirl - 20260511
- fcitx5-pinyin-zhwiki - 0.3.0.20260416
- feeluown - 5.1.2
- feeluown-bilibili - 0.5.5
- feeluown-core - 5.1.2
- feeluown-kuwo - 0.2.2
- feeluown-netease - 1.0.8
- feeluown-qqmusic - 1.0.16
- feeluown-ytmusic - 0.4.18
- luoxu - a46c8435428f94116d6164d8fcd6226c5126c0a5
- luoxu-cutwords - a46c8435428f94116d6164d8fcd6226c5126c0a5
- pypinyin - 0.55.0