Commit Graph

20 Commits

Author SHA1 Message Date
m3tm3re 51edd1f8b0 fix: git identity 2026-05-05 19:21:20 +02:00
m3tm3re 38bc702bbe chore: add .pi-lens to gitignore 2026-05-05 19:18:36 +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 d0921278e2 lib.mkForce for work identitty 2026-05-04 17:47:06 +02:00
m3tam3re 1f38ae50bf chore: add missing pi-coding-agent 2026-05-04 08:51:04 +02:00
m3tam3re 780057382a chore: add private Gitea instance to work profile 2026-05-04 07:30:16 +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