This repo uses nvfetcher to update packages automatically. See Update.hs.
Use binary cache from cachix:
$ cachix use berberman
$ nix run github:berberman/flakes#feeluown
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
];
}
];
};
};
}
- apple-emoji - v17.4
- fastocr - 0.3.7
- fcitx5-material-color - 0.2.1
- fcitx5-pinyin-moegirl - 20241009
- fcitx5-pinyin-zhwiki - 0.2.5.20240909
- feeluown - 4.1.7
- feeluown-bilibili - 0.4.1
- feeluown-core - 4.1.7
- feeluown-kuwo - 0.2.2
- feeluown-netease - 1.0.3
- feeluown-qqmusic - 1.0.5
- feeluown-ytmusic - 0.4.4
- luoxu - a46c8435428f94116d6164d8fcd6226c5126c0a5
- luoxu-cutwords - a46c8435428f94116d6164d8fcd6226c5126c0a5
- py-term - 0.7
- pypinyin - 0.53.0
- qbittorrent-enhanced - 4.6.7.10
- zydra - 791fabd188adcb1fd1cd8c53288b424740114cf9