Commit Graph

5871 Commits

Author SHA1 Message Date
cd91742e35 add t3code 2026-04-18 19:05:37 -07:00
c9eb7db464 hyprland: serialize systemd session env import 2026-04-18 19:05:37 -07:00
7de2a59dfb Set zlib library path in taffybar dev shell 2026-04-18 19:05:37 -07:00
b56fc7f9d4 Fix taffybar dev shell tool resolution 2026-04-18 19:05:37 -07:00
73393ace58 chore(taffybar): update submodule 2026-04-18 19:05:37 -07:00
b98d4b3d0b docs(skills): add nixpkgs review guidance 2026-04-18 19:05:36 -07:00
f4b07fcb15 chore(flake): update pinned inputs 2026-04-18 19:05:36 -07:00
c20f48037c feat(home-manager): set GTK theme and git signing format 2026-04-18 19:05:36 -07:00
59bdad2aad fix(nixos): patch quill ledger.did during build 2026-04-18 19:05:36 -07:00
1c2fc23e6b feat(desktop): improve launcher and window picker presentation 2026-04-18 19:05:36 -07:00
f0222e5528 Fix Go mode eldoc setup 2026-04-18 19:05:36 -07:00
65d1967d94 fix org-agenda-api container startup 2026-04-18 19:05:36 -07:00
6a64103569 Update taffybar for bus-name churn dedupe fix 2026-04-18 19:05:36 -07:00
51f4a53a40 Add taffybar startup tray diagnostics 2026-04-18 19:05:36 -07:00
069d97cea9 Update taffybar for stale tray rebuild fix 2026-04-18 19:05:36 -07:00
25a84fa685 Propagate taffybar tray startup fix through local flakes 2026-04-18 19:05:36 -07:00
74ccd6ac98 Record taffybar tray startup fix commit 2026-04-18 19:05:36 -07:00
4e7ad30661 Update taffybar for tray startup fix 2026-04-18 19:05:36 -07:00
74133555a7 chore(users): drop explicit imalison uid 2026-04-18 19:05:36 -07:00
be0e42b534 feat(nix): add git-blame-rank to essential packages 2026-04-18 19:05:36 -07:00
de5e2bcfb0 chore(nix): refresh flake inputs 2026-04-18 19:05:36 -07:00
918967e502 chore(taffybar): sync local overlay with vendored submodule 2026-04-18 19:05:36 -07:00
33fcdb6b75 fix(git): use stable gh credential helper path 2026-04-18 19:05:36 -07:00
cb08b3e4e1 chore(codex): tune local assistant config 2026-04-18 19:05:36 -07:00
b7e2ff88b7 feat(skills): add OpenAI docs system skill 2026-04-18 19:05:36 -07:00
e0b59777c6 chore(taffybar): bump vendored submodule 2026-04-18 19:05:36 -07:00
ae1976da59 chore(codex): trust local project directories 2026-04-18 19:05:36 -07:00
2b3cc19613 chore: update flake inputs 2026-04-18 19:05:36 -07:00
66afaba67c chore: trust additional Codex projects 2026-04-18 19:05:36 -07:00
01b79dc771 Improve Rust target cleanup skill 2026-04-18 19:05:36 -07:00
df2f78d374 feat(taffybar): build against local vendored packages 2026-04-18 19:05:36 -07:00
0ce93be240 feat(hypridle): stop locking before dpms off 2026-04-18 19:05:36 -07:00
43bc47df9d chore(skills): prune bundled slides and spreadsheets docs 2026-04-18 19:05:36 -07:00
021b23eb5c fix: restore just switch on current nixpkgs 2026-04-18 19:05:36 -07:00
a978aadebf Update taffybar and Emacs configuration 2026-04-18 19:05:36 -07:00
69a0842892 chore: update codex tooling and taffybar 2026-04-18 19:05:36 -07:00
12610abf90 chore(nixos): update flake lock inputs 2026-04-18 19:05:36 -07:00
8dc5d146b8 feat(nixos): add gws and fix switch blockers 2026-04-18 19:05:36 -07:00
b9cc925b19 chore(taffybar): update input wiring and tray priorities 2026-04-18 19:05:36 -07:00
88714c7747 chore(agents): refresh metadata and skill creator loader 2026-04-18 19:05:36 -07:00
005d799a71 chore(git): scope org-agenda-api identity overrides 2026-04-18 19:05:36 -07:00
org-agenda-api
c84dd02cf2 nixos: bump flake lock inputs 2026-04-18 19:05:36 -07:00
org-agenda-api
f32eb16ed0 taffybar: add CPU widget and advance local pin 2026-04-18 19:05:36 -07:00
org-agenda-api
3ee63d7ef6 hyprland: add hypridle and hyprlock integration 2026-04-18 19:05:36 -07:00
org-agenda-api
a06da4f647 gitconfig: add org-agenda-api identity and safe directories 2026-04-18 19:05:36 -07:00
org-agenda-api
1c603b2d28 docs(skill): expand disk-space cleanup playbook 2026-04-18 19:05:36 -07:00
org-agenda-api
aafc93b138 nixos: remove stale synergy patch override 2026-04-18 19:05:36 -07:00
c0196d1e87 Flake lock bump 2026-04-18 19:05:36 -07:00
c011668cb2 Update flake locks for status-notifier-item KDE SNI fix
Update status-notifier-item to 0.3.2.10 which fixes KDE apps
(kdeconnect-indicator) not registering tray icons due to an overly
strict ownership check rejecting multi-connection SNI registration.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-18 19:05:36 -07:00
f45f84fa18 Prevent org from saving org-agenda-files to customize
org-agenda-files is managed programmatically. Override
org-store-new-agenda-file-list to use setq instead of
customize-save-variable, and reset org-agenda-files to nil
before building it so stale customize values are ignored.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-18 19:05:36 -07:00