+basic hermes config
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
# brave = prev.brave.override {
|
||||
# commandLineArgs = "--password-store=gnome-libsecret";
|
||||
# };
|
||||
# };
|
||||
|
||||
# hyprpanel = inputs.hyprpanel.packages.${prev.system}.default.overrideAttrs (prev: {
|
||||
# version = "latest"; # or whatever version you want
|
||||
@@ -60,9 +60,9 @@
|
||||
};
|
||||
};
|
||||
|
||||
# Flatten llm-agents packages into top-level pkgs namespace.
|
||||
# Takes system as parameter to avoid infinite recursion — overlays
|
||||
# can't safely access final/prev.system when spreading attributes.
|
||||
# Factory: not a proper overlay itself — takes system to avoid the infinite
|
||||
# recursion that occurs when accessing final/prev.system while the fixed-point
|
||||
# is still being computed. Exposed via outputs.lib, not outputs.overlays.
|
||||
mkLlmAgentsOverlay = system: _final: _prev:
|
||||
inputs.llm-agents.packages.${system} or {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user