summaryrefslogtreecommitdiffstatshomepage
path: root/dot_config
Commit message (Collapse)AuthorAgeFilesLines
* Remove Keybase from the corporate profilesommerfeld8 hours1-5/+0
|
* Add the Canonical laptop profile and setup workflowssommerfeld8 hours15-12/+89
|
* Manage AI agent releases and shared settingssommerfeld8 hours3-3/+14
|
* Update Nix and Neovim lockfilessommerfeld8 hours1-16/+16
|
* Disable double-click link activation in Zathurasommerfeld8 hours1-0/+1
|
* Start chat clients with the Sway sessionsommerfeld8 hours6-3/+52
|
* Remove the single-account mail countersommerfeld8 hours3-78/+1
|
* Set SSH identities for personal and work accesssommerfeld8 hours1-2/+3
|
* Run CI checks with the Nix development shellsommerfeld8 hours1-0/+0
|
* Update nix and Neovim lockfilessommerfeld2026-08-141-10/+10
|
* Remove unsupported Tree-sitter parsersommerfeld2026-08-141-1/+0
|
* Remove unused libvirt configurationsommerfeld2026-08-141-1/+0
|
* Fix Thunderbird scratchpad targetingsommerfeld2026-08-143-16/+43
|
* Fix Flatpak PDF handoffsommerfeld2026-08-141-0/+6
|
* Update nix and Neovim lockfilessommerfeld2026-08-141-9/+9
|
* Update nix and Neovim lockfilessommerfeld2026-08-141-7/+7
|
* Default ghost rebase to origin/mainsommerfeld2026-08-141-1/+1
|
* Add locked display recovery bindingsommerfeld2026-08-141-0/+1
|
* Remove former work environment configurationsommerfeld2026-08-148-95/+2
|
* Update nix and Neovim lockfilessommerfeld2026-08-141-9/+9
|
* Update Neovim maintenance workflowsommerfeld2026-08-141-1/+1
|
* Improve Sway display recoverysommerfeld2026-08-144-6/+64
|
* Update nix and Neovim lockfilessommerfeld2026-08-141-5/+5
|
* Simplify default zellij layoutsommerfeld2026-08-141-3/+1
|
* Update nix and Neovim lockfilessommerfeld2026-07-021-6/+2
|
* Update Proton Bridge desktop integrationsommerfeld2026-07-025-11/+13
|
* Prune stale dotfiles commentarysommerfeld2026-07-025-50/+11
|
* Add repo validation dev shellsommerfeld2026-07-022-9/+13
|
* Update nix and Neovim lockfilessommerfeld2026-07-021-7/+7
|
* Track Neovim package lockfilesommerfeld2026-07-021-0/+201
|
* Remove SNX Waybar integrationsommerfeld2026-07-023-48/+0
|
* Migrate VM dotfiles to chezmoisommerfeld2026-06-192-3/+18
| | | | | | | | Move VM dotfile deployment out of Home Manager and into chezmoi with a machineRole guard. Add VM recipes for applying chezmoi state and restarting the Nix GnuPG agent. Make host-only hooks no-op on the VM and render container storage per role.
* Use local gpg-agent on VMsommerfeld2026-06-193-64/+13
|
* Update blink.pairs native library setupsommerfeld2026-06-192-3/+17
|
* Reduce Arch package surfacesommerfeld2026-06-187-37/+31
|
* Pin blink.pairs before native loader changesommerfeld2026-06-171-4/+2
|
* Relax AI committer push checksommerfeld2026-06-171-22/+10
|
* Allow unmatched globs in zshsommerfeld2026-06-171-1/+2
|
* Update blink.pairs native setupsommerfeld2026-06-171-1/+3
|
* Disable broken Proton mail startupsommerfeld2026-06-172-2/+4
|
* Restore AUR pass secret servicesommerfeld2026-06-171-10/+0
|
* Use absolute editor commands under sudosommerfeld2026-06-153-8/+23
| | | | | | Resolve nvim before exporting editor and pager variables so sudo-rs env_keep does not depend on root's secure_path. Update the Waybar pacdiff action to pass an absolute DIFFPROG through sudo.
* Reduce AUR package surfacesommerfeld2026-06-151-0/+10
| | | | | | | | Move pass-secret-service, snx-rs, and Sparrow under Nix/Home Manager. Track the snx-rs system unit, pass-secret-service user unit, and pacman cache cleanup hook in the repo. Drop the mkinitcpio firmware metapackage, overdue, pacman-cleanup-hook, and the standalone btc package group.
* Add mosh work VM aliassommerfeld2026-06-151-0/+1
|
* Use unified tuicr diff viewsommerfeld2026-06-051-1/+1
|
* Limit git switch completion to local branchessommerfeld2026-06-051-0/+1
|
* Add no-hooks rebase aliassommerfeld2026-06-051-0/+1
|
* Refactor git resign aliassommerfeld2026-06-051-1/+1
|
* Move more host tooling to Nixsommerfeld2026-06-0534-36/+40
|
* refactor(mail): migrate protonmail-bridge from pacman to nixsommerfeld2026-06-052-2/+14
| | | | | | | | | | | | | | | Move the ProtonMail Bridge off the AUR protonmail-bridge-core package and onto nix/host.nix, consistent with the other migrated user-leaf tools. Since the AUR package previously supplied the systemd user unit (customized via a drop-in), ship a repo-owned dot_config/systemd/user/protonmail-bridge.service instead: it runs the nix binary by absolute %h/.nix-profile/bin path with --noninteractive and folds the former drop-in's PASSWORD_STORE_DIR into the unit, so the now-redundant protonmail-bridge.service.d/override.conf is removed. Drop protonmail-bridge-core from meta/base.txt (the git send-email Perl prereqs stay). No vm.nix change: the bridge is host-only and user units are not symlinked on the headless VM.