m3tm3re
cc01c1d0aa
fix(agents): make videoDrivers optional with safe default
...
For standalone Home Manager evaluation where videoDrivers may be absent
2026-04-26 11:37:17 +02:00
m3tm3re
d59a6b82b6
chore: remove features.old archive and format all files
...
- Delete home/features.old/ (archived old flat feature modules)
- All content migrated to new profile-based structure
- Run alejandra formatter over 13 changed files
- nix flake check passes cleanly
2026-04-26 11:29:49 +02:00
m3tm3re
d44bdad73a
refactor: archive old features directory to features.old
...
The new profile-based structure (home/base, home/desktop, home/server,
home/profiles/, home/coding) is fully operational and imported via
home/lib/mkHomeConfig. The legacy home/features directory is no longer
referenced anywhere in the configuration.
Archived rather than deleted to preserve history for reference.
2026-04-26 11:22:17 +02:00
m3tm3re
797ffb2b8a
fix: assert unknown profiles in mkHomeConfig; move agent modules to coding/agents
...
- home/lib/default.nix: add assertion for unknown profile names instead of
silently filtering them out; remove unused 'inherit (lib) optional'
- home/coding/agents/{opencode,pi}.nix: moved from home/features/coding/
to co-locate with agents.nix (eliminating cross-directory back-references)
- home/coding/agents/agents.nix: update imports to ./opencode.nix and ./pi.nix
- home/features/coding/: remove now-dead default.nix (nothing imported it)
2026-04-26 11:17:03 +02:00
m3tm3re
73bd2b1f2e
fix: spec review - add missing fish module to base/shell
...
- Create home/base/shell/fish.nix
- Add to base/shell/default.nix imports
- Migrate remaining hosts from features.cli.fish to base.shell.fish
2026-04-26 11:09:50 +02:00
m3tm3re
f3749c5679
feat: implement profile system with mkHomeConfig and context constraints
...
- Add home/lib/default.nix with mkHomeConfig utility
- Loads base + common modules always
- Maps profiles (coding, gaming, media) to module imports
- Enforces desktop/server mutual exclusion via assertion
- Context must be 'desktop', 'server', or null
- Migrate all per-host home configs to new profile system
- m3-ares: context=desktop, profiles=[coding, gaming, media]
- m3-kratos: context=desktop, profiles=[coding, gaming, media]
- m3-atlas: context=server, profiles=[coding]
- m3-helios: context=server, profiles=[]
- m3-hermes: context=server, profiles=[]
- m3-aether: context=server, profiles=[]
- m3-daedalus: context=desktop, profiles=[coding, media]
- Replace features.* options with new namespaces:
- features.cli.* -> base.shell.* / base.cliTools.* / base.secrets
- features.desktop.* -> desktop.wm.* / desktop.apps.* / desktop.theme.*
- gaming/media moved to profiles.gaming.* / profiles.media.*
- Fix home/coding/editor/neovim.nix: remove duplicate option declaration
(coding.editors.neovim.enable already declared by m3ta-nixpkgs)
- Fix home/coding/lsp/servers.nix: replace removed nodePackages.typescript-language-server
with typescript-language-server
- Fix home/desktop/theme/wallpapers.nix: correct relative path
(was ../../.. which resolved to project root, should be ../..)
2026-04-26 11:03:43 +02:00
m3tm3re
9908b9e335
fix: code review fixes
...
- Fix hardcoded user path in webapps.nix (use homeDirectory)
- Normalize wallpapers option to use .enable suffix
- Remove duplicate FZF keybind declaration
- Update comments to match actual implementation
2026-04-26 10:49:01 +02:00
m3tm3re
1b5bcae686
feat: create new home/ directory structure for profile-based config
...
New structure:
- home/base/ - Always loaded (shell, cli-tools, secrets)
- home/coding/ - Profile-independent dev tooling (editor, lsp, git, agents)
- home/profiles/ - Freely combinable profiles (gaming, media)
- home/desktop/ - Desktop-only (wm, apps, theme)
- home/server/ - Minimal server stub
Migration sources:
- home/features/cli/ → home/base/{shell,cli-tools,secrets}
- home/features/desktop/hyprland,wayland,rofi → home/desktop/wm/
- home/features/desktop/obsidian,office,webapps,crypto → home/desktop/apps/
- home/features/desktop/fonts,theme,wallpapers → home/desktop/theme/
- gaming.nix split → home/profiles/gaming/{steam,gamescope}
- media.nix split → home/profiles/media/{obs,ffmpeg,yt-dlp,kdenlive,handbrake}
Option namespaces updated:
- features.cli.* → base.shell.* / base.cliTools.* / base.secrets
- features.desktop.* → desktop.wm.* / desktop.apps.* / desktop.theme.*
- features.desktop.gaming → profiles.gaming.*
- features.desktop.media → profiles.media.*
Verified: nix flake check passes (warnings only)
2026-04-26 10:37:03 +02:00
m3tm3re
047b60a6a8
refactor: update Pi agent configuration and devShell
...
- Switch model provider from zai/glm-5.1 to minimax/MiniMax-M2.7
- Add coding rules for Nix language and standard concerns
- Add linting tools (statix, deadnix) to devShell
- Simplify devShell configuration
- Update AGENTS.md project rules
2026-04-22 17:59:23 +02:00
m3tm3re
382b4c8c98
chore: hermes update
2026-04-21 19:00:49 +02:00
m3tm3re
7e0d60c95b
feat: pi-agent wrapper
2026-04-14 18:36:55 +02:00
m3tm3re
24e39d19e3
feat: containerized pi agent
2026-04-13 21:28:13 +02:00
m3tm3re
4684c5dc3e
chore: include local changes and bump home-manager state to 26.05
2026-04-13 19:23:49 +02:00
m3tm3re
55aac2c910
fix: silence nix evaluation warnings for neovim/opencode/system
2026-04-13 19:18:25 +02:00
m3tm3re
7bf686481c
feat: config with agents rework
2026-04-13 16:44:18 +02:00
m3tm3re
ab3332e45b
feat: hermes agent for m3-ares
2026-04-09 19:56:19 +02:00
m3tm3re
6a58b3656a
flake update + hermes workaround for upstream bug
2026-04-08 17:48:27 +02:00
sascha.koenig
6853bb3063
+m3-hermes
2026-04-07 06:19:05 +02:00
m3tm3re
38c27eff1c
+basic hermes config
2026-04-06 18:44:07 +02:00
m3tm3re
d9d4b6cd85
feat: add openwork to desktop packages, update flake inputs and misc config
2026-04-03 12:45:55 +02:00
m3tm3re
44c0234739
chore: update mcp config
2026-03-31 13:30:47 +02:00
m3tm3re
4f0a92e43b
fix: nushell tv warning m3-atlas
2026-03-28 10:29:05 +01:00
m3tm3re
87939ce630
feat: implement agent skills
2026-03-28 10:17:29 +01:00
m3tm3re
1bc1616a4f
m3-ares update
2026-03-22 17:21:25 +01:00
m3tm3re
43523cf2d8
+television, flake-update
2026-03-21 09:39:19 +01:00
m3tm3re
114644ce63
updated agents input
2026-03-14 10:06:47 +01:00
m3tm3re
411c67d2c6
add mcps to home-config; +ghostty
2026-03-14 09:26:13 +01:00
m3tm3re
4ae2bb0f48
chore: flake update
2026-03-07 11:44:04 +01:00
m3tm3re
b08be9132b
feat: litellm provider for opncode
2026-03-03 20:07:25 +01:00
m3tm3re
fa9747f3e9
refactor(ports): add netbird port definitions
2026-02-27 16:03:08 +01:00
m3tm3re
4920029c65
+openspec
2026-02-18 17:57:21 +01:00
m3tm3re
1d3564f360
feat(opencode): deploy rules/ to ~/.config/opencode/rules/ via home-manager
...
- Add xdg.configFile entry for opencode/rules
- Rules deployed alongside skills, commands, context, prompts
Refs: T4 of rules-system plan
2026-02-17 18:59:43 +01:00
m3tm3re
8ead26a791
update opencode config, secrets, tailscale, and agents input
...
- opencode: remove deprecated google_auth, add git_master config,
experimental truncation, use glm-4.6v for multimodal-looker,
upgrade categories to glm-5, remove opencode-memory plugin
- m3-atlas: add ref/exa/outline/basecamp secret declarations
- m3-kratos: enable tailscale with ssh and reset flags
- agents: switch back to remote git input
2026-02-17 08:54:13 +01:00
m3tm3re
87baf2377f
+opencode-memory
2026-02-16 19:57:16 +01:00
m3tm3re
7b9caedaa4
headscale ssh acl
2026-02-16 18:59:34 +01:00
m3tm3re
105e573c53
Switch to local m3ta-nixpkgs and enable services
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-02-15 18:16:11 +01:00
m3tm3re
f3536919f0
Update OpenCode configuration and add sqlite tools
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-02-15 18:15:00 +01:00
m3tm3re
5c0fe5abda
apply updates from m3ta-nixpkgs
2026-02-11 19:59:59 +01:00
m3tm3re
f80e907277
+td +sidecar
2026-02-10 20:08:32 +01:00
m3tm3re
ffed020289
+ Obsidian
2026-02-05 09:01:35 +01:00
m3tm3re
a7ac2232ee
flake update
2026-02-05 08:05:20 +01:00
m3tm3re
c28c1953d0
hyprland opaque keybinding fix
2026-02-04 16:51:00 +01:00
m3tm3re
f7a1591451
merge flake inputs
2026-01-26 20:53:49 +01:00
m3tm3re
b6dab69d42
chore folder renaming for opencode: skill -> skills, command -> sommands
2026-01-26 20:50:39 +01:00
m3tm3re
b6fa6c1bcf
oh-my-opencode model structure for v3.x
2026-01-24 18:09:42 +01:00
m3tm3re
2449532b30
chore: update dependencies, add basecamp secrets, improve desktop environment
...
- Update opencode to v1.1.34
- Add new opencode agents (Prometheus, Metis, Momus, Atlas) and categories
- Switch m3ta-nixpkgs back to local path
- Add basecamp client credentials for m3-ares and m3-kratos
- Set NIXOS_OZONE_WL=1 for better Wayland app support in Hyprland
- Remove redundant wrl.enable from flatpak portal config
2026-01-23 18:14:08 +01:00
m3tm3re
3b2d19f8a6
fix: jq + curl to gitea action runner
2026-01-20 21:17:08 +01:00
m3tm3re
4439e6d173
model changes opencode
2026-01-19 19:26:37 +01:00
m3tm3re
09e93ef6f0
flake update
2026-01-17 10:17:48 +01:00
m3tm3re
f9415c05f9
Add Gitea Actions Runner and update OpenCode config
...
- Add Gitea Actions Runner service on m3-atlas with nixos:host label
- Configure agenix secret for runner token
- Add Antigravity provider models to OpenCode config
- Switch m3ta-nixpkgs to local path for development
2026-01-14 20:55:23 +01:00