refactor: move actual budget package to flake

# changes:
## Nixpkgs
- move actual budget package to flake
## Yazi
- Fix some keymap
This commit is contained in:
danny 2025-10-03 22:46:47 +08:00
parent 54ab4d4181
commit 321f740af0
8 changed files with 225 additions and 251 deletions

View file

@ -134,6 +134,15 @@
url = "github:zhaofengli/attic";
inputs.nixpkgs.follows = "nixpkgs";
};
kaiu-font = {
url = "https://files.net.dn/kaiu.ttf";
flake = false;
};
actual-budget-server = {
url = "github:dachxy/actual-budget-flake";
};
};
outputs =