Commit Graph
36 Commits
Author SHA1 Message Date
m3ta-chiron 7febc62f50 refactor: resolve nushell secrets path dynamically via config.home.username
Replace hardcoded 'm3tam3re-secrets' with '${config.home.username}-secrets'
so the agenix secret file resolves automatically for any user
(m3tam3re, sascha.koenig, bob, etc.).
2026-07-02 19:07:29 +02:00
m3ta-chiron 6c9d082e41 Merge branch 'master' of code.m3ta.dev:m3tam3re/m3ta-home 2026-06-30 07:22:37 +02:00
m3ta-chiron a42c196840 chore: update agent sources 2026-06-30 07:22:27 +02:00
m3ta-chiron 57c467ef11 chore: fix opus 4.8 thinking 2026-06-15 13:01:07 +02:00
m3ta-chiron fbcf8f65e6 chore: fix opus 4.8 thinking 2026-06-15 12:59:17 +02:00
m3ta-chiron ef78590a6a chore: opus 4.8 2026-06-15 12:46:09 +02:00
m3ta-chiron 39cc27fd72 chore: hyprland monitor config import from dms 2026-06-15 11:00:32 +02:00
m3ta-chiron fe88684d9d chore: move openwork into agent context 2026-06-15 07:39:27 +02:00
m3ta-chiron 4b4221da30 fix: resolve flake lock conflict markers 2026-06-15 07:22:07 +02:00
m3ta-chiron 9be26d79cc feat: openwork 2026-06-15 07:13:29 +02:00
m3ta-chiron 2821f4b6f4 feat: openwork 2026-06-15 07:13:04 +02:00
m3ta-chiron cd80ded6c0 fix(nushell): guard optional agenix secrets source 2026-06-10 08:18:01 +02:00
m3ta-chiron 4fe9f3e306 +chrome 2026-06-08 06:52:56 +02:00
m3ta-chiron d26a40f4ee +chromium 2026-06-08 06:46:40 +02:00
m3ta-chiron 74566375f9 +playwright mcp 2026-06-08 06:38:43 +02:00
m3ta-chiron 6286921cd1 fix system dark settings 2026-06-01 20:10:12 +02:00
m3ta-chiron a053c9a50e fix: use dark GTK theme variant 2026-06-01 20:01:21 +02:00
m3ta-chiron 7f80fd8a75 feat: add DankMaterialShell home module 2026-06-01 19:50:33 +02:00
m3ta-chiron 4e1b39f443 +dms draft 2026-06-01 19:34:00 +02:00
m3ta-chiron b2ca12f86c fix(agents): stop legacy agent rendering 2026-06-01 08:36:13 +02:00
m3ta-chiron 40ed4c101f fix: hermes-remote uses hermes user with ~/.ssh/hermes identity 2026-05-11 18:26:03 +02:00
m3ta-chiron 2a3d784938 feat: add hermes-remote CLI shortcut (SSH + Zellij to m3-hermes) 2026-05-11 18:23:26 +02:00
m3ta-chiron 55661c12d4 docs: comprehensive README with architecture, identity system, feature flags, work profile 2026-05-02 10:54:33 +02:00
m3ta-chiron 4acf4a12c0 fix: use quoted "m3ta-home" namespace (consistent with repo name) 2026-05-02 10:20:33 +02:00
m3ta-chiron 2cdd18a013 fix: thread selfPath through mkHome for m3taHome.paths.srcRoot 2026-05-02 10:18:04 +02:00
m3ta-chiron 510665b359 fix: rename m3ta-home → m3taHome namespace (hyphens break Nix dot access) 2026-05-02 10:15:41 +02:00
m3ta-chiron 4a4dc42a12 fix: use m3ta-home.paths.srcRoot for wallpapers (pure eval compatible) 2026-05-02 10:14:03 +02:00
m3ta-chiron 02d3735ada fix: correct wallpapers relative path (was profiles/assets, now repo-root/assets) 2026-05-02 10:10:40 +02:00
m3ta-chiron ffcb17b956 fix: revert zellij-ps workaround, remove nixpkgs.config (useGlobalPkgs handles it) 2026-05-02 10:08:40 +02:00
m3ta-chiron 727dacb713 fix: zellij-ps uses direct package ref instead of cli.zellij-ps module 2026-05-02 10:05:00 +02:00
m3ta-chiron 16f6f4c668 fix: rename secrets/secrets.nix → secrets/default.nix (module import) 2026-05-02 09:59:33 +02:00
m3ta-chiron 17b7485e3a fix: remove double-lambda in mkHome (was rejecting 'sets' argument) 2026-05-02 09:56:45 +02:00
m3ta-chiron 0a03af7174 fix: use SSH for m3ta-nixpkgs input 2026-05-02 09:53:05 +02:00
m3ta-chiron 2e060d1a6a fix: wallpaper path + add wallpapers to assets/
Moved wallpapers from nixos-config/home/m3tam3re/wallpapers/ to
m3ta-home/assets/wallpapers/ and fixed the relative path reference
in the theme module.
2026-05-02 09:21:51 +02:00
m3ta-chiron 8308a85088 fix: remove outputs dependency from base module
Overlays are handled by the consuming flake (nixos-config) at the NixOS
level. The base module now only sets nixpkgs.config and user-level prefs.
2026-05-02 09:18:59 +02:00
m3ta-chiron fbc31450de feat: initial m3ta-home structure
- flake.nix with nixpkgs, home-manager, nix-colors, m3ta-nixpkgs, agenix, NUR inputs
- lib/mkHome.nix: compose HM config from user + identity + context + sets
- profiles/base: shell, cli-tools, secrets (always loaded)
- profiles/contexts/desktop: WM, apps, theme, ghostty
- profiles/contexts/server: minimal headless
- profiles/sets/coding: core (git, direnv, jq, rg), editor, lsp, languages, agents
- profiles/sets/gaming: steam, gamescope, gpu
- profiles/sets/media: obs, ffmpeg, kdenlive, handbrake, yt-dlp
- users/m3tam3re/identities: private.nix, work.nix (git, jj, ssh per identity)
- users/m3tam3re/preferences: cliphist, difftastic, base packages
2026-05-02 09:08:40 +02:00