23 Commits
Author SHA1 Message Date
m3ta-chiron d2b39a3f2d AZ-TC-01 2026-08-03 09:12:37 +02:00
m3ta-chiron de16245929 AZ-TC-01 2026-08-03 08:44:48 +02:00
m3ta-chiron b01084482f Merge branch 'master' of code.m3ta.dev:m3tam3re/m3ta-home 2026-08-03 06:31:55 +02:00
m3ta-chiron 66b1dc72f5 fix: agent-lib-legacy repo url 2026-08-03 06:31:43 +02:00
m3tam3re 0db970c161 feat: docker-sbx 2026-08-02 16:34:20 +02:00
m3tam3re 516f9d74e0 chore: -aionui 2026-08-02 13:41:01 +02:00
m3tam3re 7926491466 feat: migrate Hyprland configuration to Lua 2026-08-01 10:53:09 +02:00
m3tam3re a9cf13abd4 feat: add some mcp servers 2026-07-30 14:50:43 +02:00
m3tam3re 4dec87ebc7 feat: okf skills 2026-07-30 14:22:13 +02:00
m3tam3re 53de70bf4f feat: okf skills 2026-07-30 14:16:33 +02:00
m3tam3re 206ee46d4f fix: basecamp rollback as new rc version does not have a source hash 2026-07-30 09:33:31 +02:00
m3tam3re 4ac8d6fb9a chore: flake update 2026-07-30 08:26:14 +02:00
m3tam3re a22ff06004 chore: flake update 2026-07-30 07:21:22 +02:00
m3tam3re acbf02c3e1 +opencode-desktop 2026-07-30 07:03:27 +02:00
m3ta-chiron 128391afb2 -zellij-ps 2026-07-28 06:49:42 +02:00
m3ta-chiron 92244b5f02 -zellij-ps 2026-07-28 06:35:01 +02:00
m3tam3re 7b3ef4a2c3 Merge branch 'master' of code.m3ta.dev:m3tam3re/m3ta-home 2026-07-25 11:45:38 +02:00
m3tam3re 2aac223e77 chore: flake update 2026-07-25 11:45:26 +02:00
m3ta-chiron 5e26e13aa7 chore: model changes for opencode 2026-07-17 07:21:35 +02:00
m3tam3re 017bf5002e fix: gstreamer 2026-07-16 18:56:09 +02:00
m3tam3re c85600a3b0 chore: skill issue 2026-07-10 15:18:06 +02:00
m3tam3re 32fdaddf7c Merge branch 'master' of code.m3ta.dev:m3tam3re/m3ta-home 2026-07-08 20:41:14 +02:00
m3tam3re 99753e18df feat: +aionui 2026-07-08 20:41:03 +02:00
12 changed files with 926 additions and 376 deletions
+300 -55
View File
@@ -770,18 +770,70 @@
"agents": {}, "agents": {},
"prompts": {}, "prompts": {},
"skills": { "skills": {
"caveman": { "ask-matt": {
"entry": "skills/productivity/caveman/SKILL.md", "entry": "skills/engineering/ask-matt/SKILL.md",
"licenseFiles": [ "licenseFiles": [
"LICENSE" "LICENSE"
], ],
"metadata": { "metadata": {
"description": ">", "description": "Ask which skill or flow fits your situation. A router over the skills in this repo.",
"name": "caveman", "name": "ask-matt",
"requires": [], "requires": [],
"tags": [] "tags": []
}, },
"path": "skills/productivity/caveman" "path": "skills/engineering/ask-matt"
},
"batch-grill-me": {
"entry": "skills/in-progress/batch-grill-me/SKILL.md",
"licenseFiles": [
"LICENSE"
],
"metadata": {
"description": "A relentless interview that asks every frontier question at once, round by round.",
"name": "batch-grill-me",
"requires": [],
"tags": []
},
"path": "skills/in-progress/batch-grill-me"
},
"claude-handoff": {
"entry": "skills/in-progress/claude-handoff/SKILL.md",
"licenseFiles": [
"LICENSE"
],
"metadata": {
"description": "Hand the current conversation off to a fresh background agent that picks up the work immediately.",
"name": "claude-handoff",
"requires": [],
"tags": []
},
"path": "skills/in-progress/claude-handoff"
},
"code-review": {
"entry": "skills/engineering/code-review/SKILL.md",
"licenseFiles": [
"LICENSE"
],
"metadata": {
"description": "Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to \"review since X\".",
"name": "code-review",
"requires": [],
"tags": []
},
"path": "skills/engineering/code-review"
},
"codebase-design": {
"entry": "skills/engineering/codebase-design/SKILL.md",
"licenseFiles": [
"LICENSE"
],
"metadata": {
"description": "Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.",
"name": "codebase-design",
"requires": [],
"tags": []
},
"path": "skills/engineering/codebase-design"
}, },
"design-an-interface": { "design-an-interface": {
"entry": "skills/deprecated/design-an-interface/SKILL.md", "entry": "skills/deprecated/design-an-interface/SKILL.md",
@@ -796,18 +848,31 @@
}, },
"path": "skills/deprecated/design-an-interface" "path": "skills/deprecated/design-an-interface"
}, },
"diagnose": { "diagnosing-bugs": {
"entry": "skills/engineering/diagnose/SKILL.md", "entry": "skills/engineering/diagnosing-bugs/SKILL.md",
"licenseFiles": [ "licenseFiles": [
"LICENSE" "LICENSE"
], ],
"metadata": { "metadata": {
"description": "Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says \"diagnose this\" / \"debug this\", reports a bug, says something is broken/throwing/failing, or describes a performance regression.", "description": "Diagnosis loop for hard bugs and performance regressions. Use when the user says \"diagnose\"/\"debug this\", or reports something broken/throwing/failing/slow.",
"name": "diagnose", "name": "diagnosing-bugs",
"requires": [], "requires": [],
"tags": [] "tags": []
}, },
"path": "skills/engineering/diagnose" "path": "skills/engineering/diagnosing-bugs"
},
"domain-modeling": {
"entry": "skills/engineering/domain-modeling/SKILL.md",
"licenseFiles": [
"LICENSE"
],
"metadata": {
"description": "Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.",
"name": "domain-modeling",
"requires": [],
"tags": []
},
"path": "skills/engineering/domain-modeling"
}, },
"edit-article": { "edit-article": {
"entry": "skills/personal/edit-article/SKILL.md", "entry": "skills/personal/edit-article/SKILL.md",
@@ -841,7 +906,7 @@
"LICENSE" "LICENSE"
], ],
"metadata": { "metadata": {
"description": "Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions \"grill me\".", "description": "A relentless interview to sharpen a plan or design.",
"name": "grill-me", "name": "grill-me",
"requires": [], "requires": [],
"tags": [] "tags": []
@@ -854,13 +919,26 @@
"LICENSE" "LICENSE"
], ],
"metadata": { "metadata": {
"description": "Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.", "description": "A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.",
"name": "grill-with-docs", "name": "grill-with-docs",
"requires": [], "requires": [],
"tags": [] "tags": []
}, },
"path": "skills/engineering/grill-with-docs" "path": "skills/engineering/grill-with-docs"
}, },
"grilling": {
"entry": "skills/productivity/grilling/SKILL.md",
"licenseFiles": [
"LICENSE"
],
"metadata": {
"description": "Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.",
"name": "grilling",
"requires": [],
"tags": []
},
"path": "skills/productivity/grilling"
},
"handoff": { "handoff": {
"entry": "skills/productivity/handoff/SKILL.md", "entry": "skills/productivity/handoff/SKILL.md",
"licenseFiles": [ "licenseFiles": [
@@ -874,19 +952,45 @@
}, },
"path": "skills/productivity/handoff" "path": "skills/productivity/handoff"
}, },
"implement": {
"entry": "skills/engineering/implement/SKILL.md",
"licenseFiles": [
"LICENSE"
],
"metadata": {
"description": "Implement a piece of work based on a spec or set of tickets.",
"name": "implement",
"requires": [],
"tags": []
},
"path": "skills/engineering/implement"
},
"improve-codebase-architecture": { "improve-codebase-architecture": {
"entry": "skills/engineering/improve-codebase-architecture/SKILL.md", "entry": "skills/engineering/improve-codebase-architecture/SKILL.md",
"licenseFiles": [ "licenseFiles": [
"LICENSE" "LICENSE"
], ],
"metadata": { "metadata": {
"description": "Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.", "description": "Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.",
"name": "improve-codebase-architecture", "name": "improve-codebase-architecture",
"requires": [], "requires": [],
"tags": [] "tags": []
}, },
"path": "skills/engineering/improve-codebase-architecture" "path": "skills/engineering/improve-codebase-architecture"
}, },
"loop-me": {
"entry": "skills/in-progress/loop-me/SKILL.md",
"licenseFiles": [
"LICENSE"
],
"metadata": {
"description": "Grill me about specs for the workflows I want to build, within this workspace.",
"name": "loop-me",
"requires": [],
"tags": []
},
"path": "skills/in-progress/loop-me"
},
"migrate-to-shoehorn": { "migrate-to-shoehorn": {
"entry": "skills/misc/migrate-to-shoehorn/SKILL.md", "entry": "skills/misc/migrate-to-shoehorn/SKILL.md",
"licenseFiles": [ "licenseFiles": [
@@ -919,7 +1023,7 @@
"LICENSE" "LICENSE"
], ],
"metadata": { "metadata": {
"description": "Build a throwaway prototype to flesh out a design before committing to it. Routes between two branches — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route. Use when the user wants to prototype, sanity-check a data model or state machine, mock up a UI, explore design options, or says \"prototype this\", \"let me play with it\", \"try a few designs\".", "description": "Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.",
"name": "prototype", "name": "prototype",
"requires": [], "requires": [],
"tags": [] "tags": []
@@ -952,18 +1056,31 @@
}, },
"path": "skills/deprecated/request-refactor-plan" "path": "skills/deprecated/request-refactor-plan"
}, },
"review": { "research": {
"entry": "skills/in-progress/review/SKILL.md", "entry": "skills/engineering/research/SKILL.md",
"licenseFiles": [ "licenseFiles": [
"LICENSE" "LICENSE"
], ],
"metadata": { "metadata": {
"description": "Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to \"review since X\".", "description": "Investigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo. Use when the user wants a topic researched, docs or API facts gathered, or reading legwork delegated to a background agent.",
"name": "review", "name": "research",
"requires": [], "requires": [],
"tags": [] "tags": []
}, },
"path": "skills/in-progress/review" "path": "skills/engineering/research"
},
"resolving-merge-conflicts": {
"entry": "skills/engineering/resolving-merge-conflicts/SKILL.md",
"licenseFiles": [
"LICENSE"
],
"metadata": {
"description": "Use when you need to resolve an in-progress git merge/rebase conflict.",
"name": "resolving-merge-conflicts",
"requires": [],
"tags": []
},
"path": "skills/engineering/resolving-merge-conflicts"
}, },
"scaffold-exercises": { "scaffold-exercises": {
"entry": "skills/misc/scaffold-exercises/SKILL.md", "entry": "skills/misc/scaffold-exercises/SKILL.md",
@@ -984,7 +1101,7 @@
"LICENSE" "LICENSE"
], ],
"metadata": { "metadata": {
"description": "Sets up an `## Agent skills` block in AGENTS.md/CLAUDE.md and `docs/agents/` so the engineering skills know this repo's issue tracker (GitHub or local markdown), triage label vocabulary, and domain doc layout. Run before first use of `to-issues`, `to-prd`, `triage`, `diagnose`, `tdd`, `improve-codebase-architecture`, or `zoom-out` — or if those skills appear to be missing context about the issue tracker, triage labels, or domain docs.", "description": "Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.",
"name": "setup-matt-pocock-skills", "name": "setup-matt-pocock-skills",
"requires": [], "requires": [],
"tags": [] "tags": []
@@ -1004,13 +1121,26 @@
}, },
"path": "skills/misc/setup-pre-commit" "path": "skills/misc/setup-pre-commit"
}, },
"setup-ts-deep-modules": {
"entry": "skills/in-progress/setup-ts-deep-modules/SKILL.md",
"licenseFiles": [
"LICENSE"
],
"metadata": {
"description": "Wire dependency-cruiser into a TypeScript repo so each package is a deep module — implementation hidden in subfolders, reachable only through its entry-point files. User-invoked.",
"name": "setup-ts-deep-modules",
"requires": [],
"tags": []
},
"path": "skills/in-progress/setup-ts-deep-modules"
},
"tdd": { "tdd": {
"entry": "skills/engineering/tdd/SKILL.md", "entry": "skills/engineering/tdd/SKILL.md",
"licenseFiles": [ "licenseFiles": [
"LICENSE" "LICENSE"
], ],
"metadata": { "metadata": {
"description": "Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions \"red-green-refactor\", wants integration tests, or asks for test-first development.", "description": "Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions \"red-green-refactor\", or wants integration tests.",
"name": "tdd", "name": "tdd",
"requires": [], "requires": [],
"tags": [] "tags": []
@@ -1030,31 +1160,44 @@
}, },
"path": "skills/productivity/teach" "path": "skills/productivity/teach"
}, },
"to-issues": { "to-questionnaire": {
"entry": "skills/engineering/to-issues/SKILL.md", "entry": "skills/in-progress/to-questionnaire/SKILL.md",
"licenseFiles": [ "licenseFiles": [
"LICENSE" "LICENSE"
], ],
"metadata": { "metadata": {
"description": "Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.", "description": "Turn a decision you can't fully answer into a questionnaire for someone else to fill in.",
"name": "to-issues", "name": "to-questionnaire",
"requires": [], "requires": [],
"tags": [] "tags": []
}, },
"path": "skills/engineering/to-issues" "path": "skills/in-progress/to-questionnaire"
}, },
"to-prd": { "to-spec": {
"entry": "skills/engineering/to-prd/SKILL.md", "entry": "skills/engineering/to-spec/SKILL.md",
"licenseFiles": [ "licenseFiles": [
"LICENSE" "LICENSE"
], ],
"metadata": { "metadata": {
"description": "Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.", "description": "Turn the current conversation into a spec and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.",
"name": "to-prd", "name": "to-spec",
"requires": [], "requires": [],
"tags": [] "tags": []
}, },
"path": "skills/engineering/to-prd" "path": "skills/engineering/to-spec"
},
"to-tickets": {
"entry": "skills/engineering/to-tickets/SKILL.md",
"licenseFiles": [
"LICENSE"
],
"metadata": {
"description": "Break a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the configured tracker — edges as text in one file per ticket locally, or native blocking links on a real tracker.",
"name": "to-tickets",
"requires": [],
"tags": []
},
"path": "skills/engineering/to-tickets"
}, },
"triage": { "triage": {
"entry": "skills/engineering/triage/SKILL.md", "entry": "skills/engineering/triage/SKILL.md",
@@ -1062,7 +1205,7 @@
"LICENSE" "LICENSE"
], ],
"metadata": { "metadata": {
"description": "Triage issues through a state machine driven by triage roles. Use when user wants to create an issue, triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.", "description": "Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.",
"name": "triage", "name": "triage",
"requires": [], "requires": [],
"tags": [] "tags": []
@@ -1082,18 +1225,31 @@
}, },
"path": "skills/deprecated/ubiquitous-language" "path": "skills/deprecated/ubiquitous-language"
}, },
"write-a-skill": { "wayfinder": {
"entry": "skills/productivity/write-a-skill/SKILL.md", "entry": "skills/engineering/wayfinder/SKILL.md",
"licenseFiles": [ "licenseFiles": [
"LICENSE" "LICENSE"
], ],
"metadata": { "metadata": {
"description": "Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.", "description": "Plan a huge chunk of work — more than one agent session can hold — as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.",
"name": "write-a-skill", "name": "wayfinder",
"requires": [], "requires": [],
"tags": [] "tags": []
}, },
"path": "skills/productivity/write-a-skill" "path": "skills/engineering/wayfinder"
},
"wizard": {
"entry": "skills/in-progress/wizard/SKILL.md",
"licenseFiles": [
"LICENSE"
],
"metadata": {
"description": "Generate an interactive bash wizard that walks a human through a manual procedure — third-party setup, a one-off migration, an A→B state transition — opening URLs, capturing values, confirming each step, and writing .env files and GitHub Actions secrets.",
"name": "wizard",
"requires": [],
"tags": []
},
"path": "skills/in-progress/wizard"
}, },
"writing-beats": { "writing-beats": {
"entry": "skills/in-progress/writing-beats/SKILL.md", "entry": "skills/in-progress/writing-beats/SKILL.md",
@@ -1101,7 +1257,7 @@
"LICENSE" "LICENSE"
], ],
"metadata": { "metadata": {
"description": "Shape an article as a journey of beats, choose-your-own-adventure style. The user picks a starting beat from the raw material, you write only that beat, then offer options for where to pivot next, beat by beat, until the article reaches a natural end. Use when the user has raw material and wants to assemble it as a narrative rather than an argument.", "description": "Writing, exploit — assemble raw material into a journey of beats, grounding each term before a beat leans on it.",
"name": "writing-beats", "name": "writing-beats",
"requires": [], "requires": [],
"tags": [] "tags": []
@@ -1114,50 +1270,139 @@
"LICENSE" "LICENSE"
], ],
"metadata": { "metadata": {
"description": "Grilling session that mines the user for fragments — heterogeneous nuggets of writing (claims, vignettes, sharp sentences, half-thoughts) — and appends them to a single document as raw material for a future article. Use when the user wants to develop ideas before imposing structure, or mentions \"fragments\", \"ideate\", or \"raw material\" for writing.", "description": "Writing, explore — mine raw fragments, no structure yet.",
"name": "writing-fragments", "name": "writing-fragments",
"requires": [], "requires": [],
"tags": [] "tags": []
}, },
"path": "skills/in-progress/writing-fragments" "path": "skills/in-progress/writing-fragments"
}, },
"writing-great-skills": {
"entry": "skills/productivity/writing-great-skills/SKILL.md",
"licenseFiles": [
"LICENSE"
],
"metadata": {
"description": "Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.",
"name": "writing-great-skills",
"requires": [],
"tags": []
},
"path": "skills/productivity/writing-great-skills"
},
"writing-shape": { "writing-shape": {
"entry": "skills/in-progress/writing-shape/SKILL.md", "entry": "skills/in-progress/writing-shape/SKILL.md",
"licenseFiles": [ "licenseFiles": [
"LICENSE" "LICENSE"
], ],
"metadata": { "metadata": {
"description": "Take a markdown file of raw material and shape it into an article through a conversational session — drafting candidate openings, growing the piece paragraph by paragraph, arguing about format (lists, tables, callouts, quotes) at each step. Use when the user has a pile of notes, fragments, or a rough draft and wants help turning it into something publishable.", "description": "Writing, exploit — shape raw material into an article, paragraph by paragraph.",
"name": "writing-shape", "name": "writing-shape",
"requires": [], "requires": [],
"tags": [] "tags": []
}, },
"path": "skills/in-progress/writing-shape" "path": "skills/in-progress/writing-shape"
},
"zoom-out": {
"entry": "skills/engineering/zoom-out/SKILL.md",
"licenseFiles": [
"LICENSE"
],
"metadata": {
"description": "Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.",
"name": "zoom-out",
"requires": [],
"tags": []
},
"path": "skills/engineering/zoom-out"
} }
}, },
"tools": {} "tools": {}
}, },
"narHash": "sha256:f0f009c64fe1572fbfade479e4829f2fd4499f703e7110c1387a5e05bfe00b9e", "narHash": "sha256:51778614e8086c70f3382b8076425f1a6c9edaa6f926e0771e21d10315d2f118",
"ref": null, "ref": null,
"rev": "694fa30311e02c2639942308513555e61ee84a6f", "rev": "ed37663cc5fbef691ddfecd080dff42f7e7e350d",
"root": ".", "root": ".",
"type": "git", "type": "git",
"url": "https://github.com/mattpocock/skills", "url": "https://github.com/mattpocock/skills",
"warnings": [] "warnings": []
}, },
"okf": {
"discovery": {
"agents": {
"include": [
"**/AGENT.md"
],
"paths": [
"agents"
]
},
"prompts": {
"include": [
"**/PROMPT.md"
],
"paths": [
"prompts"
]
},
"skills": {
"include": [
"**/SKILL.md"
],
"paths": [
"skills"
]
},
"tools": {
"include": [
"**/TOOL.md"
],
"paths": [
"tools"
]
}
},
"items": {
"agents": {},
"prompts": {},
"skills": {
"okf": {
"entry": "skills/okf/SKILL.md",
"licenseFiles": [
"LICENSE"
],
"metadata": {
"description": ">-",
"name": "okf",
"requires": [],
"tags": []
},
"path": "skills/okf"
},
"validate": {
"entry": "skills/validate/SKILL.md",
"licenseFiles": [
"LICENSE"
],
"metadata": {
"description": ">-",
"name": "validate",
"requires": [],
"tags": []
},
"path": "skills/validate"
},
"visualize": {
"entry": "skills/visualize/SKILL.md",
"licenseFiles": [
"LICENSE"
],
"metadata": {
"description": ">-",
"name": "visualize",
"requires": [],
"tags": []
},
"path": "skills/visualize"
}
},
"tools": {}
},
"narHash": "sha256:7491a95f121a0e5d045381113955252bd6d401009fe2b9b27752f3caeeb6682e",
"ref": null,
"rev": "cb5c0a9973c81ea3702f677e0b8852d93b47be80",
"root": ".",
"type": "git",
"url": "https://github.com/scaccogatto/okf-skills",
"warnings": []
},
"superpowers": { "superpowers": {
"discovery": { "discovery": {
"agents": { "agents": {
Generated
+174 -86
View File
@@ -23,7 +23,9 @@
}, },
"agent-lib": { "agent-lib": {
"inputs": { "inputs": {
"nixpkgs": ["nixpkgs"] "nixpkgs": [
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1781348569, "lastModified": 1781348569,
@@ -44,11 +46,11 @@
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1782789853, "lastModified": 1783016143,
"narHash": "sha256-LEmctqYRQRq0wB1MoS+IVr/0/uu/0nKahqNeJBGTjJ8=", "narHash": "sha256-3qejDAo4g2XfzTyWCaX8RVKH17JXnw/fujsbXQA+Mzc=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "cd36a91440b971582fcf2d4eedf9a46fb755f6e1", "rev": "83284d752d2ac325d4bf3ab7b38acad1c2fffe3a",
"revCount": 92, "revCount": 98,
"type": "git", "type": "git",
"url": "ssh://gitea@code.m3ta.dev/m3tam3re/AGENTS" "url": "ssh://gitea@code.m3ta.dev/m3tam3re/AGENTS"
}, },
@@ -60,11 +62,11 @@
"agents_2": { "agents_2": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1780133320, "lastModified": 1783016143,
"narHash": "sha256-8AiN9tV9PBb5xblJiPlhumBbKj61qLjzqXXFtkj3vvY=", "narHash": "sha256-3qejDAo4g2XfzTyWCaX8RVKH17JXnw/fujsbXQA+Mzc=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "920c00313ae242bd93275c30131b9ab1e52ee2fb", "rev": "83284d752d2ac325d4bf3ab7b38acad1c2fffe3a",
"revCount": 88, "revCount": 98,
"type": "git", "type": "git",
"url": "https://code.m3ta.dev/m3tam3re/AGENTS" "url": "https://code.m3ta.dev/m3tam3re/AGENTS"
}, },
@@ -91,26 +93,32 @@
}, },
"basecamp": { "basecamp": {
"inputs": { "inputs": {
"nixpkgs": ["m3ta-nixpkgs", "nixpkgs"] "nixpkgs": [
"m3ta-nixpkgs",
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1774505501, "lastModified": 1785348116,
"narHash": "sha256-7UiRrDptj7yuEFwToOfdunUMz/i3jRLR7CmMoYQjq6k=", "narHash": "sha256-AVycTcomtfvQJ/AHvMg5xu7lVoOzDXxjN+pV7mqUIQ4=",
"owner": "basecamp", "owner": "basecamp",
"repo": "basecamp-cli", "repo": "basecamp-cli",
"rev": "f087e6ef84002503d0dbc75ea1c8c928a8928d9e", "rev": "e1059fb123a03295ce6176272e4bbaf43d7971c6",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "basecamp", "owner": "basecamp",
"ref": "v0.7.2", "ref": "v0.8.0-rc.1",
"repo": "basecamp-cli", "repo": "basecamp-cli",
"type": "github" "type": "github"
} }
}, },
"darwin": { "darwin": {
"inputs": { "inputs": {
"nixpkgs": ["agenix", "nixpkgs"] "nixpkgs": [
"agenix",
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1744478979, "lastModified": 1744478979,
@@ -129,15 +137,17 @@
}, },
"dms": { "dms": {
"inputs": { "inputs": {
"nixpkgs": ["nixpkgs"], "flake-compat": "flake-compat",
"quickshell": "quickshell" "nixpkgs": [
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1777431599, "lastModified": 1785111455,
"narHash": "sha256-g6r/Gx8PTDzO3jCNzzySA+Ff1lmLF9nDlMCNyyoQjoE=", "narHash": "sha256-aTNuC9NDBnYAeEtFsleeUwmGX3AZlKOutbl+LQRPkmQ=",
"owner": "AvengeMedia", "owner": "AvengeMedia",
"repo": "DankMaterialShell", "repo": "DankMaterialShell",
"rev": "eb5afcdc40ea5446c27e18552ff4a19f9daf9484", "rev": "069ddab041c738236a8910e4c39b65d9628d3018",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -149,14 +159,16 @@
}, },
"dms-plugin-registry": { "dms-plugin-registry": {
"inputs": { "inputs": {
"nixpkgs": ["nixpkgs"] "nixpkgs": [
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1782780764, "lastModified": 1785375021,
"narHash": "sha256-Q2wPFsuDo1y6neZ3ttxxOOItupg/4+mPkyAZbC0+wfw=", "narHash": "sha256-SV24PP3ctDSAuQjg0LdYAvzN7GEustIrtZfciiSrgRI=",
"owner": "AvengeMedia", "owner": "AvengeMedia",
"repo": "dms-plugin-registry", "repo": "dms-plugin-registry",
"rev": "9fa716427ab5905845b2a10a01d67bee0b1e4c4b", "rev": "672e213a1e20b980708d81bd82df9bf85c15a590",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -165,9 +177,28 @@
"type": "github" "type": "github"
} }
}, },
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1767039857,
"narHash": "sha256-vNpUSpF5Nuw8xvDLj2KCwwksIbjua2LZCqhV1LNRDns=",
"owner": "NixOS",
"repo": "flake-compat",
"rev": "5edf11c44bc78a0d334f6334cdaf7d60d732daab",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "flake-compat",
"type": "github"
}
},
"flake-parts": { "flake-parts": {
"inputs": { "inputs": {
"nixpkgs-lib": ["hermes-agent", "nixpkgs"] "nixpkgs-lib": [
"hermes-agent",
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1772408722, "lastModified": 1772408722,
@@ -185,7 +216,10 @@
}, },
"flake-parts_2": { "flake-parts_2": {
"inputs": { "inputs": {
"nixpkgs-lib": ["nur", "nixpkgs"] "nixpkgs-lib": [
"nur",
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1733312601, "lastModified": 1733312601,
@@ -204,29 +238,35 @@
"hermes-agent": { "hermes-agent": {
"inputs": { "inputs": {
"flake-parts": "flake-parts", "flake-parts": "flake-parts",
"nixpkgs": ["nixpkgs"], "nixpkgs": [
"nixpkgs"
],
"npm-lockfile-fix": "npm-lockfile-fix", "npm-lockfile-fix": "npm-lockfile-fix",
"pyproject-build-systems": "pyproject-build-systems", "pyproject-build-systems": "pyproject-build-systems",
"pyproject-nix": "pyproject-nix_2", "pyproject-nix": "pyproject-nix_2",
"uv2nix": "uv2nix_2" "uv2nix": "uv2nix_2"
}, },
"locked": { "locked": {
"lastModified": 1782794050, "lastModified": 1782936460,
"narHash": "sha256-+qKEwIhTkml3DNSmIvGFJyssW9ZXTp78KGclFdcDvX8=", "narHash": "sha256-Wt72AQtA6Eizi7Ubj23JBhwZ7GKYcjY4mcV6upqHOaU=",
"owner": "NousResearch", "owner": "NousResearch",
"repo": "hermes-agent", "repo": "hermes-agent",
"rev": "972b1620906a1b80772c2f67492ad50b3c83f048", "rev": "7c1a029553d87c43ecff8a3821336bc95872213b",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NousResearch", "owner": "NousResearch",
"ref": "v2026.7.1",
"repo": "hermes-agent", "repo": "hermes-agent",
"type": "github" "type": "github"
} }
}, },
"home-manager": { "home-manager": {
"inputs": { "inputs": {
"nixpkgs": ["agenix", "nixpkgs"] "nixpkgs": [
"agenix",
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1745494811, "lastModified": 1745494811,
@@ -244,14 +284,16 @@
}, },
"home-manager_2": { "home-manager_2": {
"inputs": { "inputs": {
"nixpkgs": ["nixpkgs"] "nixpkgs": [
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1782749631, "lastModified": 1785306346,
"narHash": "sha256-slFTUgDy0KTPA4LBAmC/9SngDq8GCPdX+ZR0yQHHN1E=", "narHash": "sha256-DScBkW0fOgpGPK2trNoX3ryLTlaC14+gglFo/BhGJ4g=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "5d72a29fc36ac21adae6ae35568fe5ee6700850f", "rev": "e705714e918c3b11affcdd15db2cbe3a070420a0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -264,16 +306,19 @@
"inputs": { "inputs": {
"agents": "agents_2", "agents": "agents_2",
"basecamp": "basecamp", "basecamp": "basecamp",
"nixpkgs": ["nixpkgs"], "nixpkgs": [
"nixpkgs"
],
"nixpkgs-master": "nixpkgs-master", "nixpkgs-master": "nixpkgs-master",
"opencode": "opencode",
"openspec": "openspec" "openspec": "openspec"
}, },
"locked": { "locked": {
"lastModified": 1783016129, "lastModified": 1785670526,
"narHash": "sha256-Uxie6uBNLUFJ8Tts7e6AYk5cOER5/EnCqKNL77Tzgc4=", "narHash": "sha256-tC1CW+Kxh9ZZxJC0y472i0KoieMqNwNi+AiCmS4n7To=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "fc5092d72dda7db13f81e5910a159de5108590d5", "rev": "69fce234a8607cd3e71233831564b8ceeba70626",
"revCount": 350, "revCount": 374,
"type": "git", "type": "git",
"url": "ssh://gitea@code.m3ta.dev/m3tam3re/nixpkgs" "url": "ssh://gitea@code.m3ta.dev/m3tam3re/nixpkgs"
}, },
@@ -334,11 +379,11 @@
}, },
"nixpkgs-master": { "nixpkgs-master": {
"locked": { "locked": {
"lastModified": 1782540244, "lastModified": 1785386845,
"narHash": "sha256-3skOZJEfAUG7LSB/Ok2AQUiqeagYLSq+8wKjtS1hOyc=", "narHash": "sha256-CvXXTgWxbwTn6Diev4nLTP5+8tsFtth/SQAtaR9iVY0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "a65184fc373636356fcaf460dc09655a919c66ea", "rev": "3c5a718ce27c9283364d4c664fac4e4a23acdfb4",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -366,11 +411,27 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1782723713, "lastModified": 1776683584,
"narHash": "sha256-oPXCU/SSUokcGaJREHibG1CBX3+s/W7orDWQOZDsEeQ=", "narHash": "sha256-NuTLMrr10Tng72hurYG8jYQ4XKK8wnpJmOGcPiis96g=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b5aa0fbd538984f6e3d201be0005b4463d8b09f8", "rev": "9dd5558b06dbdacbf635a3dd36dce1b1a7ee3a89",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_4": {
"locked": {
"lastModified": 1785318670,
"narHash": "sha256-dN6Ou5x/+23FZLEpYP3IffO+NyJFzUlGumt1uu3MMaY=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0954f7ee2f6bb3dc7d4e3d0d8bcb8fd4bde4cfc5",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -380,13 +441,13 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs_4": { "nixpkgs_5": {
"locked": { "locked": {
"lastModified": 1782723713, "lastModified": 1785318670,
"narHash": "sha256-oPXCU/SSUokcGaJREHibG1CBX3+s/W7orDWQOZDsEeQ=", "narHash": "sha256-dN6Ou5x/+23FZLEpYP3IffO+NyJFzUlGumt1uu3MMaY=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b5aa0fbd538984f6e3d201be0005b4463d8b09f8", "rev": "0954f7ee2f6bb3dc7d4e3d0d8bcb8fd4bde4cfc5",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -398,7 +459,10 @@
}, },
"npm-lockfile-fix": { "npm-lockfile-fix": {
"inputs": { "inputs": {
"nixpkgs": ["hermes-agent", "nixpkgs"] "nixpkgs": [
"hermes-agent",
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1775903712, "lastModified": 1775903712,
@@ -417,14 +481,14 @@
"nur": { "nur": {
"inputs": { "inputs": {
"flake-parts": "flake-parts_2", "flake-parts": "flake-parts_2",
"nixpkgs": "nixpkgs_4" "nixpkgs": "nixpkgs_5"
}, },
"locked": { "locked": {
"lastModified": 1782796354, "lastModified": 1785395064,
"narHash": "sha256-zHZEX+twYRO4n369Nrk21DBb519JZCGJLHBo/trhHO0=", "narHash": "sha256-ZZoXKpTETeIU93xQOxleE27JWT1FcpF9pe1nSPrFbuw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "df4f4323fe161a8bab3aafa2d067ff9d7e223a67", "rev": "cce2408845d0298ae0dcc42582c1d8b390de105c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -433,16 +497,38 @@
"type": "github" "type": "github"
} }
}, },
"openspec": { "opencode": {
"inputs": { "inputs": {
"nixpkgs": ["m3ta-nixpkgs", "nixpkgs"] "nixpkgs": "nixpkgs_3"
}, },
"locked": { "locked": {
"lastModified": 1782291243, "lastModified": 1785386452,
"narHash": "sha256-0pVn5pDqlKpqSgzf4eG9TFCjkjzOtnmGTpbILso7GwI=", "narHash": "sha256-iYfkMmn1ZKbi0cv8XIAXVgPH4idzsVSK4cWyi/KGMJQ=",
"owner": "anomalyco",
"repo": "opencode",
"rev": "f7204902192624481e526b1852cdedaadb914e24",
"type": "github"
},
"original": {
"owner": "anomalyco",
"ref": "dev",
"repo": "opencode",
"type": "github"
}
},
"openspec": {
"inputs": {
"nixpkgs": [
"m3ta-nixpkgs",
"nixpkgs"
]
},
"locked": {
"lastModified": 1785371113,
"narHash": "sha256-r3fwnb5gMTV9UXBj7bqkKpTZIWwF4AgghULOIv2Fr4c=",
"owner": "Fission-AI", "owner": "Fission-AI",
"repo": "OpenSpec", "repo": "OpenSpec",
"rev": "737518b36fe4b6fdb09c83eeaf8d873a428c92e6", "rev": "2b3d368539132be6311e55db58899abbf5306b81",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -453,7 +539,10 @@
}, },
"pyproject-build-systems": { "pyproject-build-systems": {
"inputs": { "inputs": {
"nixpkgs": ["hermes-agent", "nixpkgs"], "nixpkgs": [
"hermes-agent",
"nixpkgs"
],
"pyproject-nix": "pyproject-nix", "pyproject-nix": "pyproject-nix",
"uv2nix": "uv2nix" "uv2nix": "uv2nix"
}, },
@@ -473,7 +562,11 @@
}, },
"pyproject-nix": { "pyproject-nix": {
"inputs": { "inputs": {
"nixpkgs": ["hermes-agent", "pyproject-build-systems", "nixpkgs"] "nixpkgs": [
"hermes-agent",
"pyproject-build-systems",
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1769936401, "lastModified": 1769936401,
@@ -491,7 +584,10 @@
}, },
"pyproject-nix_2": { "pyproject-nix_2": {
"inputs": { "inputs": {
"nixpkgs": ["hermes-agent", "nixpkgs"] "nixpkgs": [
"hermes-agent",
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1772865871, "lastModified": 1772865871,
@@ -509,7 +605,11 @@
}, },
"pyproject-nix_3": { "pyproject-nix_3": {
"inputs": { "inputs": {
"nixpkgs": ["hermes-agent", "uv2nix", "nixpkgs"] "nixpkgs": [
"hermes-agent",
"uv2nix",
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1771518446, "lastModified": 1771518446,
@@ -525,25 +625,6 @@
"type": "github" "type": "github"
} }
}, },
"quickshell": {
"inputs": {
"nixpkgs": ["dms", "nixpkgs"]
},
"locked": {
"lastModified": 1776854048,
"narHash": "sha256-lLbV66V3RMNp1l8/UelmR4YzoJ5ONtgvEtiUMJATH/o=",
"ref": "refs/heads/master",
"rev": "783c953987dc56ff0601abe6845ed96f1d00495a",
"revCount": 806,
"type": "git",
"url": "https://git.outfoxxed.me/quickshell/quickshell"
},
"original": {
"rev": "783c953987dc56ff0601abe6845ed96f1d00495a",
"type": "git",
"url": "https://git.outfoxxed.me/quickshell/quickshell"
}
},
"root": { "root": {
"inputs": { "inputs": {
"agenix": "agenix", "agenix": "agenix",
@@ -555,7 +636,7 @@
"home-manager": "home-manager_2", "home-manager": "home-manager_2",
"m3ta-nixpkgs": "m3ta-nixpkgs", "m3ta-nixpkgs": "m3ta-nixpkgs",
"nix-colors": "nix-colors", "nix-colors": "nix-colors",
"nixpkgs": "nixpkgs_3", "nixpkgs": "nixpkgs_4",
"nur": "nur" "nur": "nur"
} }
}, },
@@ -576,7 +657,11 @@
}, },
"uv2nix": { "uv2nix": {
"inputs": { "inputs": {
"nixpkgs": ["hermes-agent", "pyproject-build-systems", "nixpkgs"], "nixpkgs": [
"hermes-agent",
"pyproject-build-systems",
"nixpkgs"
],
"pyproject-nix": [ "pyproject-nix": [
"hermes-agent", "hermes-agent",
"pyproject-build-systems", "pyproject-build-systems",
@@ -599,7 +684,10 @@
}, },
"uv2nix_2": { "uv2nix_2": {
"inputs": { "inputs": {
"nixpkgs": ["hermes-agent", "nixpkgs"], "nixpkgs": [
"hermes-agent",
"nixpkgs"
],
"pyproject-nix": "pyproject-nix_3" "pyproject-nix": "pyproject-nix_3"
}, },
"locked": { "locked": {
+2 -2
View File
@@ -23,12 +23,12 @@
agent-lib = { agent-lib = {
# url = "path:/home/m3tam3re/p/NIX/agent-lib"; # url = "path:/home/m3tam3re/p/NIX/agent-lib";
url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/agent-lib"; url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/agent-lib-legacy";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
hermes-agent = { hermes-agent = {
url = "github:NousResearch/hermes-agent"; url = "github:NousResearch/hermes-agent/v2026.7.1";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
-1
View File
@@ -13,7 +13,6 @@
./packages.nix ./packages.nix
./television.nix ./television.nix
./zellij.nix ./zellij.nix
./zellij-ps.nix
./zoxide.nix ./zoxide.nix
]; ];
} }
-30
View File
@@ -1,30 +0,0 @@
# Zellij-ps — project-aware Zellij session manager from m3ta-nixpkgs.
# Delegates to `cli.zellij-ps` — the home-manager module namespace provided by
# m3ta-nixpkgs. Requires m3ta-nixpkgs overlays to be applied to pkgs
# (via home-manager.useGlobalPkgs = true in NixOS, or overlays in standalone).
{
config,
lib,
...
}:
with lib; let
cfg = config.base.cliTools.zellijPs;
in {
options.base.cliTools.zellijPs = {
# Enabled by default — base modules are always-on.
enable = (mkEnableOption "enable zellij-ps project session manager") // {default = true;};
projectFolders = mkOption {
type = types.listOf types.path;
description = "Project root folders scanned by zellij-ps.";
default = ["${config.home.homeDirectory}/p"];
};
};
config = mkIf cfg.enable {
cli.zellij-ps = {
enable = true;
projectFolders = cfg.projectFolders;
};
};
}
+1
View File
@@ -57,6 +57,7 @@
]; ];
pointerCursor = { pointerCursor = {
enable = true;
gtk.enable = true; gtk.enable = true;
package = pkgs.bibata-cursors; package = pkgs.bibata-cursors;
name = "Bibata-Modern-Ice"; name = "Bibata-Modern-Ice";
+379 -142
View File
@@ -6,39 +6,87 @@
}: }:
with lib; let with lib; let
cfg = config.desktop.wm.hyprland; cfg = config.desktop.wm.hyprland;
lua = lib.generators.mkLuaInline;
luaString = builtins.toJSON;
mkEnvVar = name: value: {
_args = [
name
value
];
};
modKey = key: lua ''mainMod .. " + ${key}"'';
mkDispatcher = expression: lua expression;
execCmd = command: "hl.dsp.exec_cmd(${luaString command})";
execExpr = expression: "hl.dsp.exec_cmd(${expression})";
mkBinding = keys: dispatcher: {
_args = [
keys
(mkDispatcher dispatcher)
];
};
mkBindingWithOptions = keys: dispatcher: options: {
_args = [
keys
(mkDispatcher dispatcher)
options
];
};
startupCommand = command: {
_args = [
"hyprland.start"
(lua ''
function()
hl.exec_cmd(${luaString command})
end
'')
];
};
focusWorkspace = workspace: "hl.dsp.focus({ workspace = ${luaString workspace} })";
moveToWorkspace = workspace: "hl.dsp.window.move({ workspace = ${luaString workspace} })";
in { in {
options.desktop.wm.hyprland.enable = mkEnableOption "Hyprland window manager"; options.desktop.wm.hyprland.enable = mkEnableOption "Hyprland window manager";
config = mkIf cfg.enable { config = mkIf cfg.enable {
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
configType = "hyprlang"; configType = "lua";
extraLuaFiles."00-dms" = {
autoLoad = true;
content = ''
-- DMS setup/runtime owns these modules. Load only the Lua equivalents
-- of the pre-migration active sources, before local Home Manager
-- settings, preserving the old source-first order without enabling new
-- DMS default binds or rules.
--
-- Keep fresh Home Manager generations usable before DMS has written
-- ~/.config/hypr/dms/*.lua.
local function require_if_present(module)
if package.searchpath(module, package.path) ~= nil then
require(module)
end
end
require_if_present("dms.colors")
require_if_present("dms.layout")
require_if_present("dms.outputs")
'';
};
settings = { settings = {
mainMod = {
_var = "SUPER";
};
terminal = {
_var = "ghostty";
};
config = {
xwayland = { xwayland = {
force_zero_scaling = true; force_zero_scaling = true;
}; };
source = [
"~/.config/hypr/dms/colors.conf"
"~/.config/hypr/dms/layout.conf"
"~/.config/hypr/dms/outputs.conf"
];
exec-once = [
"vibetyper"
];
env = [
"XCURSOR_SIZE,32"
"HYPRCURSOR_THEME,Bibata-Modern-Ice"
"WLR_NO_HARDWARE_CURSORS,1"
"XDG_CURRENT_DESKTOP,Hyprland"
"XDG_SESSION_TYPE,wayland"
"XDG_SESSION_DESKTOP,Hyprland"
"XKB_DEFAULT_LAYOUT,de"
"NIXOS_OZONE_WL,1"
"QT_QPA_PLATFORM,wayland;xcb"
"QT_QPA_PLATFORMTHEME,gtk3"
"QT_QPA_PLATFORMTHEME_QT6,gtk3"
];
input = { input = {
kb_layout = "us"; kb_layout = "us";
kb_variant = ""; kb_variant = "";
@@ -47,14 +95,12 @@ in {
kb_options = "ctrl:nocaps"; kb_options = "ctrl:nocaps";
follow_mouse = 1; follow_mouse = 1;
}; };
general = { general = {
gaps_in = 5; gaps_in = 5;
gaps_out = 5; gaps_out = 5;
border_size = 1; border_size = 1;
layout = "dwindle"; layout = "dwindle";
}; };
decoration = { decoration = {
shadow = { shadow = {
enabled = true; enabled = true;
@@ -73,28 +119,35 @@ in {
active_opacity = 0.9; active_opacity = 0.9;
inactive_opacity = 0.5; inactive_opacity = 0.5;
}; };
animations = { animations = {
enabled = true; enabled = true;
bezier = "myBezier, 0.05, 0.9, 0.1, 1.05";
animation = [
"windows, 1, 7, myBezier"
"windowsOut, 1, 7, default, popin 80%"
"border, 1, 10, default"
"borderangle, 1, 8, default"
"fade, 1, 7, default"
"workspaces, 1, 6, default"
];
}; };
dwindle = { dwindle = {
# pseudotile = true; # TODO # pseudotile = true; # TODO
preserve_split = true; preserve_split = true;
}; };
master = { master = {
new_status = "master"; new_status = "master";
}; };
};
on = [
(startupCommand "vibetyper")
];
"env" = [
(mkEnvVar "XCURSOR_SIZE" "32")
(mkEnvVar "HYPRCURSOR_THEME" "Bibata-Modern-Ice")
(mkEnvVar "WLR_NO_HARDWARE_CURSORS" "1")
(mkEnvVar "XDG_CURRENT_DESKTOP" "Hyprland")
(mkEnvVar "XDG_SESSION_TYPE" "wayland")
(mkEnvVar "XDG_SESSION_DESKTOP" "Hyprland")
(mkEnvVar "XKB_DEFAULT_LAYOUT" "de")
(mkEnvVar "NIXOS_OZONE_WL" "1")
(mkEnvVar "QT_QPA_PLATFORM" "wayland;xcb")
(mkEnvVar "QT_QPA_PLATFORMTHEME" "gtk3")
(mkEnvVar "QT_QPA_PLATFORMTHEME_QT6" "gtk3")
];
device = [ device = [
# Alle normalen Keyboards explizit auf de setzen: # Alle normalen Keyboards explizit auf de setzen:
@@ -141,114 +194,298 @@ in {
} }
]; ];
windowrule = [ curve = {
"match:class file_progress, float on" _args = [
"match:class confirm, float on" "myBezier"
"match:class dialog, float on" (lua ''{ type = "bezier", points = { { 0.05, 0.9 }, { 0.1, 1.05 } } }'')
"match:class download, float on" ];
"match:class notification, float on" };
"match:class error, float on"
"match:class splash, float on" animation = [
"match:class confirmreset, float on" {
"match:title Open File, float on" leaf = "windows";
"match:title branchdialog, float on" enabled = true;
"match:class pavucontrol-qt, float on" speed = 7;
"match:class pavucontrol, float on" bezier = "myBezier";
"match:class class:^(espanso)$, float on" }
"match:class wlogout, fullscreen on" {
"match:title wlogout, float on" leaf = "windowsOut";
"match:title wlogout, fullscreen on" enabled = true;
"match:class mpv, float on" speed = 7;
"match:class mpv, idle_inhibit focus" bezier = "default";
"match:class mpv, opacity 1.0 override" style = "popin 80%";
"match:title ^(Media viewer)$, float on" }
"match:title ^(Volume Control)$, float on" {
"match:title ^(Picture-in-Picture)$, float on" leaf = "border";
"match:title ^(floating-pomodoro)$, float on" enabled = true;
"match:title ^(floating-pomodoro)$, size 250 50" speed = 10;
"match:title ^(floating-pomodoro)$, move 12 (monitor_h-150)" bezier = "default";
"match:title ^(floating-pomodoro)$, pin on" }
"match:initial_title .*streamlabs.com.*, float on" {
"match:initial_title .*streamlabs.com.*, pin on" leaf = "borderangle";
"match:initial_title .*streamlabs.com.*, size 800 400" enabled = true;
"match:initial_title .*alert-box.*, move 100%-820 102" speed = 8;
"match:initial_title .*chat-box.*, move 100%-820 512" bezier = "default";
"match:initial_title .*streamlabs.com.*, opacity 0.5 override" }
"match:initial_title .*streamlabs.com.*, idle_inhibit focus" {
"match:initial_title .*streamlabs.com.*, no_anim on" leaf = "fade";
"match:initial_title .*streamlabs.com.*, decorate off" enabled = true;
"match:initial_title .*streamlabs.com.*, no_shadow on" speed = 7;
"match:initial_title .*streamlabs.com.*, no_blur on" bezier = "default";
"match:class ^vibe-typer$, match:title ^Recording Indicator$, no_blur on" }
"match:class ^vibe-typer$, match:title ^Recording Indicator$, no_shadow on" {
"match:class ^vibe-typer$, match:title ^Recording Indicator$, no_anim on" leaf = "workspaces";
"match:class ^vibe-typer$, match:title ^Recording Indicator$, border_size 0" enabled = true;
"match:class ^vibe-typer$, match:title ^Recording Indicator$, no_focus on" speed = 6;
"border_color rgb(ffffff), match:xwayland 1" bezier = "default";
}
]; ];
"$mainMod" = "SUPER"; window_rule = [
"$terminal" = "ghostty"; {
match.class = "file_progress";
bind = [ float = true;
"$mainMod, return, exec, $terminal nu -c zellij-ps" }
"$mainMod, t, exec, $terminal -e nu -c 'nitch; exec nu'" {
"$mainMod SHIFT, t, exec, launch-timer" match.class = "confirm";
"$mainMod, n, exec, $terminal -e nvim" float = true;
"$mainMod, z, exec, uwsm app -- zeditor" }
"$mainMod, o, exec, hyprctl dispatch setprop activewindow opaque toggle" {
"$mainMod, r, exec, hyprctl dispatch focuswindow \"initialtitle:.*alert-box.*\" && hyprctl dispatch moveactive exact 4300 102 && hyprctl dispatch focuswindow \"initialtitle:.*chat-box.*\" && hyprctl dispatch moveactive exact 4300 512" match.class = "dialog";
"$mainMod, b, exec, uwsm app -- thunar" float = true;
"$mainMod SHIFT, B, exec, uwsm app -- vivaldi" }
"$mainMod, Escape, exec, uwsm app -- dms ipc call powermenu toggle" {
# "$mainMod, Space, togglefloating" match.class = "download";
"$mainMod, q, killactive" float = true;
"$mainMod, M, exit" }
"$mainMod, F, fullscreen" {
"$mainMod SHIFT, V, togglefloating" match.class = "notification";
"$mainMod, D, exec, uwsm app -- dms ipc call spotlight toggle" float = true;
"$mainMod, V, exec, uwsm app -- dms ipc call clipboard toggle" }
"$mainMod, C, exec, bash -c 'FILE=/tmp/screenshot_$(date +%s).png; grim -g \"$(slurp)\" \"$FILE\" && ksnip \"$FILE\"'" {
"$mainMod SHIFT, S, exec, uwsm app -- rofi -show emoji" match.class = "error";
"$mainMod, P, exec, uwsm app -- rofi-pass" float = true;
"$mainMod SHIFT, P, pseudo" }
"$mainMod, R, exec, stt-ptt start" {
"$mainMod, S, exec, stt-ptt start" match.class = "splash";
# "$mainMod, J, togglesplit" # TODO float = true;
"$mainMod, h, movefocus, l" }
"$mainMod, l, movefocus, r" {
"$mainMod, k, movefocus, u" match.class = "confirmreset";
"$mainMod, j, movefocus, d" float = true;
"$mainMod, 1, workspace, 1" }
"$mainMod, 2, workspace, 2" {
"$mainMod, 3, workspace, 3" match.title = "Open File";
"$mainMod, 4, workspace, 4" float = true;
"$mainMod, 5, workspace, 5" }
"$mainMod, 6, workspace, 6" {
"$mainMod, 7, workspace, 7" match.title = "branchdialog";
"$mainMod, 8, workspace, 8" float = true;
"$mainMod, 9, workspace, 9" }
"$mainMod, 0, workspace, 10" {
"$mainMod SHIFT, 1, movetoworkspace, 1" match.class = "pavucontrol-qt";
"$mainMod SHIFT, 2, movetoworkspace, 2" float = true;
"$mainMod SHIFT, 3, movetoworkspace, 3" }
"$mainMod SHIFT, 4, movetoworkspace, 4" {
"$mainMod SHIFT, 5, movetoworkspace, 5" match.class = "pavucontrol";
"$mainMod SHIFT, 6, movetoworkspace, 6" float = true;
"$mainMod SHIFT, 7, movetoworkspace, 7" }
"$mainMod SHIFT, 8, movetoworkspace, 8" {
"$mainMod SHIFT, 9, movetoworkspace, 9" match.class = "class:^(espanso)$";
"$mainMod SHIFT, 0, movetoworkspace, 10" float = true;
"$mainMod, mouse_down, workspace, e+1" }
"$mainMod, mouse_up, workspace, e-1" {
match.class = "wlogout";
fullscreen = true;
}
{
match.title = "wlogout";
float = true;
}
{
match.title = "wlogout";
fullscreen = true;
}
{
match.class = "mpv";
float = true;
}
{
match.class = "mpv";
idle_inhibit = "focus";
}
{
match.class = "mpv";
opacity = "1.0 override";
}
{
match.title = "^(Media viewer)$";
float = true;
}
{
match.title = "^(Volume Control)$";
float = true;
}
{
match.title = "^(Picture-in-Picture)$";
float = true;
}
{
match.title = "^(floating-pomodoro)$";
float = true;
}
{
match.title = "^(floating-pomodoro)$";
size = "250 50";
}
{
match.title = "^(floating-pomodoro)$";
move = "12 (monitor_h-150)";
}
{
match.title = "^(floating-pomodoro)$";
pin = true;
}
{
match.initial_title = ".*streamlabs.com.*";
float = true;
}
{
match.initial_title = ".*streamlabs.com.*";
pin = true;
}
{
match.initial_title = ".*streamlabs.com.*";
size = "800 400";
}
{
match.initial_title = ".*alert-box.*";
move = "100%-820 102";
}
{
match.initial_title = ".*chat-box.*";
move = "100%-820 512";
}
{
match.initial_title = ".*streamlabs.com.*";
opacity = "0.5 override";
}
{
match.initial_title = ".*streamlabs.com.*";
idle_inhibit = "focus";
}
{
match.initial_title = ".*streamlabs.com.*";
no_anim = true;
}
{
match.initial_title = ".*streamlabs.com.*";
decorate = false;
}
{
match.initial_title = ".*streamlabs.com.*";
no_shadow = true;
}
{
match.initial_title = ".*streamlabs.com.*";
no_blur = true;
}
{
match = {
class = "^vibe-typer$";
title = "^Recording Indicator$";
};
no_blur = true;
}
{
match = {
class = "^vibe-typer$";
title = "^Recording Indicator$";
};
no_shadow = true;
}
{
match = {
class = "^vibe-typer$";
title = "^Recording Indicator$";
};
no_anim = true;
}
{
match = {
class = "^vibe-typer$";
title = "^Recording Indicator$";
};
border_size = 0;
}
{
match = {
class = "^vibe-typer$";
title = "^Recording Indicator$";
};
no_focus = true;
}
{
match.xwayland = true;
border_color = "rgb(ffffff)";
}
]; ];
bindr = [ "bind" = [
]; # mainMod + return intentionally remains disabled from the previous config.
(mkBinding (modKey "t") (execExpr ''terminal .. " -e nu -c 'nitch; exec nu'"''))
bindm = [ (mkBinding (modKey "SHIFT + t") (execCmd "launch-timer"))
"$mainMod, mouse:272, movewindow" (mkBinding (modKey "n") (execExpr ''terminal .. " -e nvim"''))
"$mainMod, mouse:273, resizewindow" (mkBinding (modKey "z") (execCmd "uwsm app -- zeditor"))
(mkBinding (modKey "o") ''hl.dsp.window.set_prop({ prop = "opaque", value = "toggle" })'')
(mkBinding (modKey "r") (
execCmd ''hyprctl dispatch focuswindow "initialtitle:.*alert-box.*" && hyprctl dispatch moveactive exact 4300 102 && hyprctl dispatch focuswindow "initialtitle:.*chat-box.*" && hyprctl dispatch moveactive exact 4300 512''
))
(mkBinding (modKey "b") (execCmd "uwsm app -- thunar"))
(mkBinding (modKey "SHIFT + B") (execCmd "uwsm app -- vivaldi"))
(mkBinding (modKey "Escape") (execCmd "uwsm app -- dms ipc call powermenu toggle"))
(mkBinding (modKey "q") "hl.dsp.window.close()")
(mkBinding (modKey "M") "hl.dsp.exit()")
(mkBinding (modKey "F") "hl.dsp.window.fullscreen({})")
(mkBinding (modKey "SHIFT + V") ''hl.dsp.window.float({ action = "toggle" })'')
(mkBinding (modKey "D") (execCmd "uwsm app -- dms ipc call spotlight toggle"))
(mkBinding (modKey "V") (execCmd "uwsm app -- dms ipc call clipboard toggle"))
(mkBinding (modKey "C") (
execCmd "bash -c 'FILE=/tmp/screenshot_$(date +%s).png; grim -g \"$(slurp)\" \"$FILE\" && ksnip \"$FILE\"'"
))
(mkBinding (modKey "SHIFT + S") (execCmd "uwsm app -- rofi -show emoji"))
(mkBinding (modKey "P") (execCmd "uwsm app -- rofi-pass"))
(mkBinding (modKey "SHIFT + P") "hl.dsp.window.pseudo({})")
(mkBinding (modKey "R") (execCmd "stt-ptt start"))
(mkBinding (modKey "S") (execCmd "stt-ptt start"))
(mkBinding (modKey "h") ''hl.dsp.focus({ direction = "l" })'')
(mkBinding (modKey "l") ''hl.dsp.focus({ direction = "r" })'')
(mkBinding (modKey "k") ''hl.dsp.focus({ direction = "u" })'')
(mkBinding (modKey "j") ''hl.dsp.focus({ direction = "d" })'')
(mkBinding (modKey "1") (focusWorkspace "1"))
(mkBinding (modKey "2") (focusWorkspace "2"))
(mkBinding (modKey "3") (focusWorkspace "3"))
(mkBinding (modKey "4") (focusWorkspace "4"))
(mkBinding (modKey "5") (focusWorkspace "5"))
(mkBinding (modKey "6") (focusWorkspace "6"))
(mkBinding (modKey "7") (focusWorkspace "7"))
(mkBinding (modKey "8") (focusWorkspace "8"))
(mkBinding (modKey "9") (focusWorkspace "9"))
(mkBinding (modKey "0") (focusWorkspace "10"))
(mkBinding (modKey "SHIFT + 1") (moveToWorkspace "1"))
(mkBinding (modKey "SHIFT + 2") (moveToWorkspace "2"))
(mkBinding (modKey "SHIFT + 3") (moveToWorkspace "3"))
(mkBinding (modKey "SHIFT + 4") (moveToWorkspace "4"))
(mkBinding (modKey "SHIFT + 5") (moveToWorkspace "5"))
(mkBinding (modKey "SHIFT + 6") (moveToWorkspace "6"))
(mkBinding (modKey "SHIFT + 7") (moveToWorkspace "7"))
(mkBinding (modKey "SHIFT + 8") (moveToWorkspace "8"))
(mkBinding (modKey "SHIFT + 9") (moveToWorkspace "9"))
(mkBinding (modKey "SHIFT + 0") (moveToWorkspace "10"))
(mkBinding (modKey "mouse_down") (focusWorkspace "e+1"))
(mkBinding (modKey "mouse_up") (focusWorkspace "e-1"))
(mkBindingWithOptions (modKey "mouse:272") "hl.dsp.window.drag()" {mouse = true;})
(mkBindingWithOptions (modKey "mouse:273") "hl.dsp.window.resize()" {mouse = true;})
]; ];
}; };
}; };
@@ -26,6 +26,9 @@
mattpocock.skills = { mattpocock.skills = {
all = true; all = true;
}; };
okf.skills = {
all = true;
};
superpowers.skills = { superpowers.skills = {
all = true; all = true;
}; };
+17 -16
View File
@@ -29,35 +29,35 @@
programs.mcp = { programs.mcp = {
enable = true; enable = true;
servers = { servers = {
ContextMode = {
command = "bash";
args = ["-c" "exec bunx context-mode@latest"];
};
DeepWiki = { DeepWiki = {
url = "https://mcp.deepwiki.com/mcp"; url = "https://mcp.deepwiki.com/mcp";
}; };
Ref = {
command = "bash";
args = ["-c" "REF_API_KEY=$(cat /run/agenix/ref-key) exec bunx ref-tools-mcp@latest"];
};
Exa = { Exa = {
command = "bash"; command = "bash";
args = ["-c" "EXA_API_KEY=$(cat /run/agenix/exa-key) exec bunx exa-mcp-server@latest tools=web_search_exa"]; args = ["-c" "EXA_API_KEY=$(cat /run/agenix/exa-key) exec bunx exa-mcp-server@latest tools=web_search_exa"];
}; };
Fireflies = {
url = "https://api.fireflies.ai/mcp";
};
Outline = { Outline = {
url = "https://wiki.az-gruppe.com/mcp"; url = "https://wiki.az-gruppe.com/mcp";
}; };
ContextMode = {
command = "bash";
args = ["-c" "exec bunx context-mode@latest"];
};
Honcho = {
command = "bash";
args = [
"-c"
''exec bunx mcp-remote@latest https://mcp.honcho.dev --header "Authorization:Bearer $(cat /run/agenix/honcho-key)" --header "X-Honcho-User-Name:m3tam3re"''
];
};
Playwright = { Playwright = {
command = "bash"; command = "bash";
args = ["-c" "exec bunx @playwright/mcp@latest"]; args = ["-c" "exec bunx @playwright/mcp@latest"];
}; };
Ref = {
command = "bash";
args = ["-c" "REF_API_KEY=$(cat /run/agenix/ref-key) exec bunx ref-tools-mcp@latest"];
};
Teams = {
command = "bunx";
args = ["-y" "@floriscornel/teams-mcp@latest"];
};
}; };
}; };
@@ -67,13 +67,14 @@
m3taHomeInputs.agent-lib.packages.${pkgs.stdenv.hostPlatform.system}.agent-lib-cli m3taHomeInputs.agent-lib.packages.${pkgs.stdenv.hostPlatform.system}.agent-lib-cli
beads beads
crunch crunch
docker-sbx
herdr herdr
pi-coding-agent pi-coding-agent
(qmd.override { (qmd.override {
vulkanSupport = videoDrivers == ["amdgpu"]; vulkanSupport = videoDrivers == ["amdgpu"];
cudaSupport = videoDrivers == ["nvidia"]; cudaSupport = videoDrivers == ["nvidia"];
}) })
# opencode-desktop opencode-desktop
openshell openshell
openspec openspec
openwork openwork
+7 -7
View File
@@ -4,23 +4,23 @@
ohMyOpencodeSettings = { ohMyOpencodeSettings = {
agents = { agents = {
sisyphus.model = "litellm/claude-opus-4-8"; sisyphus.model = "zai-coding-plan/glm-5.2";
oracle.model = "litellm/claude-sonnet-4-6"; oracle.model = "litellm/claude-sonnet-5";
librarian.model = "litellm/claude-sonnet-4-6"; librarian.model = "litellm/claude-sonnet-5";
explore.model = "litellm/claude-haiku-4-5"; explore.model = "litellm/claude-haiku-4-5";
multimodal-looker.model = "litellm/gpt-5.3-codex"; multimodal-looker.model = "litellm/gpt-5.3-codex";
prometheus.model = "litellm/claude-opus-4-8"; prometheus.model = "litellm/claude-opus-4-8";
metis.model = "litellm/claude-opus-4-8"; metis.model = "litellm/claude-opus-4-8";
momus.model = "litellm/claude-opus-4-8"; momus.model = "zai-coding-plan/glm-5.2";
atlas.model = "litellm/claude-sonnet-4-8"; atlas.model = "zai-coding-plan/glm-5.2";
}; };
categories = { categories = {
visual-engineering.model = "zai-coding-plan/glm-5.2"; visual-engineering.model = "zai-coding-plan/glm-5.2";
ultrabrain.model = "litellm/claude-opus-4-8"; ultrabrain.model = "litellm/claude-opus-4-8";
deep.model = "litellm/claude-sonnet-4-6"; deep.model = "litellm/claude-sonnet-5";
artistry.model = "zai-coding-plan/glm-5.2"; artistry.model = "zai-coding-plan/glm-5.2";
quick.model = "litellm/claude-haiku-4-5"; quick.model = "litellm/claude-haiku-4-5";
unspecified-low.model = "litellm/claude-sonnet-4-6"; unspecified-low.model = "litellm/claude-sonnet-5";
unspecified-high.model = "litellm/claude-opus-4-8"; unspecified-high.model = "litellm/claude-opus-4-8";
writing.model = "zai-coding-plan/glm-5.2"; writing.model = "zai-coding-plan/glm-5.2";
}; };
+1 -1
View File
@@ -15,7 +15,7 @@ in {
amf amf
ffmpeg_6-full ffmpeg_6-full
gst_all_1.gstreamer gst_all_1.gstreamer
gst_all_1.gst-vaapi gst_all_1.gst-plugins-bad
pamixer pamixer
pavucontrol pavucontrol
qpwgraph qpwgraph
+6
View File
@@ -57,6 +57,12 @@
Port = 2022; Port = 2022;
IdentityFile = "~/.ssh/sascha.koenig"; IdentityFile = "~/.ssh/sascha.koenig";
}; };
"AZ-TC-01" = {
HostName = "192.168.153.146";
User = "sascha.koenig";
Port = 22;
IdentityFile = "~/.ssh/sascha.koenig";
};
"git.az-gruppe.com" = { "git.az-gruppe.com" = {
HostName = "git.az-gruppe.com"; HostName = "git.az-gruppe.com";
Port = 2022; Port = 2022;