Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tao3k/omnibus
A unified Nix configuration loading interface and framework that emulates the modularity, configurability, reusability, and overrideability of Doom Emacs.(based on Pure Object Prototypes)
https://github.com/tao3k/omnibus
Last synced: about 1 month ago
JSON representation
A unified Nix configuration loading interface and framework that emulates the modularity, configurability, reusability, and overrideability of Doom Emacs.(based on Pure Object Prototypes)
- Host: GitHub
- URL: https://github.com/tao3k/omnibus
- Owner: tao3k
- Created: 2023-09-15T01:13:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-13T19:40:28.000Z (about 1 month ago)
- Last Synced: 2024-11-13T20:30:35.353Z (about 1 month ago)
- Language: Nix
- Homepage:
- Size: 2.69 MB
- Stars: 32
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.org
- License: LICENSES/MIT.txt
Awesome Lists containing this project
README
:PROPERTIES:
:ID: fdd55059-5f5c-4407-b4c3-c5366cd6a898
:header-args: :noweb tangle :comments noweb :exports both
:STARTUP: noinlineimages
:PRJ-DIR: .
:END:
#+TITLE: README
#+AUTHOR: GuangTao Zhang
#+EMAIL: [email protected]
#+DATE: 2023-10-13 Fri 21:41[[https://github.com/divnix/POP/blob/main/POP.md][What is POP: Pure Object Prototypes]]
#+BEGIN_SRC d2 :file images/omnibus.png :flags --sketch --theme 200 :exports both :tangle (concat (org-entry-get nil "PRJ-DIR" t) "/omnibus.d2")
# !/usr/bin/env d2 --theme 200flake: Flake {
library: library(pops) {
lib
exporter: {
pops
}
flakeOutputsexporter -> flakeOutputs
}outputs: outputs {
packages
}library.flakeOutputs -> outputs
library.exporter.library -> outputs.lib: without pops interface
library.pops -> outputs.pops
}units: units {
nixos: {
nixosModules
homeProfiles
homeModules
homeProfiles
homeModules
}
flake-parts: {
modules
profiles
}
devshell: {
modules
profiles
}
configs: {
treefmt
}
}
extensions: extensions system {
APIs: {
addLoadExtender
addLoadExtenders
addExporters
outputs
}
}flops: flops(POP) {
haumea: {
type: {
default
nixosModules
nixosProfiles
evalModules
}
loadtype -> layouts
}
flake: {
inputs
call-flake
}
}user: User {shape: person}
extensions <-> user
flops -> extensions
flake.outputs.pops -> extensions
units -> flake.lib.pops: loading
flake.library.pops <- flops.haumea: loader
flops.haumea -> extensions.APIs.addLoadExtender
flops.haumea -> extensions.APIs.addLoadExtendersflops.flake -> subflake
flops.flake -> call-flake: extended inputsflake.outputs.pops -> extensions: extensions interface
#+END_SRC#+RESULTS:
[[file:images/omnibus.png]]