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
m3tam3re
add002e05c
fix: make inputs self-contained
2026-06-06 13:13:58 +02:00
m3tam3re
5c92a9f1c6
fix(nushell): source agenix secret env
2026-06-06 10:41:44 +02:00
m3tam3re
b67922ca60
feat: add agent secrets and packages
2026-06-06 10:31:38 +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
m3tam3re
6c6164043b
+agents-lib
2026-05-31 14:38:02 +02:00
m3tam3re
831698b766
+babysitter
2026-05-29 18:34:46 +02:00
m3tam3re
336a174a17
+worktrunk +babysitter
2026-05-29 17:37:09 +02:00
m3tam3re
70562ceef2
chore: temp fix invalid Hyprland dispatchers
2026-05-18 20:15:25 +02:00
m3tm3re
ef5b67c3e9
chore: +hyprland configType
2026-05-18 20:09:28 +02:00
m3tam3re
a87d9510bd
Merge branch 'master' of code.m3ta.dev:m3tam3re/m3ta-home
2026-05-11 19:22:18 +02:00
m3tam3re
9acb5c2370
feat: nix-index
2026-05-11 19:21:57 +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
m3tam3re
9f35dfb253
fix: opencode config error
2026-05-11 17:14:53 +02:00
m3tm3re
cbe5a55937
fix: git default branch, cargo path nushell
2026-05-09 09:18:23 +02:00
m3tm3re
190a963100
chore: hyprpaper-random to desktop
2026-05-09 08:39:23 +02:00
m3tm3re
8e92a874f6
chore: + filezilla
2026-05-07 19:36:06 +02:00
m3tm3re
51edd1f8b0
fix: git identity
2026-05-05 19:21:20 +02:00
m3tm3re
9450422f08
feat(coding): enhance git, difftastic, and jj configuration
...
- Git: set main as default branch, configure difftastic as external diff
- Git: add useful aliases (co, br, lg, dft, ds, dl)
- Git: enable rerere, zdiff3 conflicts, merge-based pulls
- Difftastic: configure dark theme, Nix language support
- JJ: use difftastic as diff formatter with color support
2026-05-05 19:16:53 +02:00
m3tam3re
1f38ae50bf
chore: add missing pi-coding-agent
2026-05-04 08:51:04 +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
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
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