mirror of
https://github.com/nmasur/dotfiles
synced 2026-09-14 15:18:09 +00:00
feat(services): integrate api service for flame
This commit is contained in:
@@ -86,6 +86,12 @@
|
||||
inputs.rust-overlay.follows = "rust-overlay";
|
||||
};
|
||||
|
||||
# Generic self-hosted REST API service
|
||||
api = {
|
||||
url = "github:nmasur/api";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# # Text editor
|
||||
# helix = {
|
||||
# url = "github:helix-editor/helix";
|
||||
@@ -127,6 +133,7 @@
|
||||
baseName = "masu.rs";
|
||||
in
|
||||
{
|
||||
api = "api.${baseName}";
|
||||
audiobooks = "read.${baseName}";
|
||||
auth = "auth.${baseName}";
|
||||
bookmarks = "keep.${baseName}";
|
||||
|
||||
Reference in New Issue
Block a user