refactor: move actual budget package to flake
# changes: ## Nixpkgs - move actual budget package to flake ## Yazi - Fix some keymap
This commit is contained in:
parent
54ab4d4181
commit
321f740af0
8 changed files with 225 additions and 251 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue