summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeLines
* switch from niv to npinsAlan Pearce2024-05-26-310/+177
|
* mosh: remove title prefixAlan Pearce2024-05-26-0/+1
|
* linde: enable auto-upgrade despite impurity in searchix flakeAlan Pearce2024-05-26-0/+1
|
* emacs: enable format on save for TOML filesAlan Pearce2024-05-25-1/+3
|
* linde: fix git daemon errorAlan Pearce2024-05-25-1/+1
|
* emacs: only load useful tabnine library fileAlan Pearce2024-05-25-1/+1
|
* Emacs: set eln cache directory properlyAlan Pearce2024-05-25-5/+5
| | | | | | 1. It needs to be set in early-init.el 2. It should not be the last value of `native-comp-eln-load-path`, as that is expected to be a system directory
* nanopi: enable auto-upgradeAlan Pearce2024-05-25-1/+1
|
* nanopi: set up tailscale subnet routingAlan Pearce2024-05-24-1/+18
|
* fish: make dired/magit functions quietAlan Pearce2024-05-24-2/+2
|
* update inputsAlan Pearce2024-05-23-7/+7
|
* linde: enable tailscale routingAlan Pearce2024-05-23-0/+1
|
* linde: fix git clones over HTTPSAlan Pearce2024-05-23-0/+1
|
* xserver: remove unused themesAlan Pearce2024-05-23-6/+0
|
* xserver: remove unused fontsAlan Pearce2024-05-23-9/+0
|
* emacs: update references to deprecated xref-pop-marker-stackAlan Pearce2024-05-23-2/+2
|
* prefect: remove imports of unused WM modulesAlan Pearce2024-05-23-6/+0
|
* servers: set up tailscaleAlan Pearce2024-05-23-60/+24
|
* flake: remove local systemsAlan Pearce2024-05-22-44/+0
|
* emacs: show compilation/shell buffers in a dedicated bottom windowAlan Pearce2024-05-22-1/+6
|
* emacs: make dired re-use buffersAlan Pearce2024-05-22-0/+1
|
* emacs: start eshell-toggle from project rootAlan Pearce2024-05-22-1/+3
|
* bin: fix error when not using direnvAlan Pearce2024-05-22-2/+1
|
* bin: remove ~/.config/nixpkgs if it's a broken symlinkAlan Pearce2024-05-22-0/+4
|
* prefect: have home-manager manage X sessionAlan Pearce2024-05-21-0/+2
|
* tailscale all the things!Alan Pearce2024-05-21-0/+6
|
* emacs: quieten eglot properlyAlan Pearce2024-05-21-1/+1
|
* nix: pin flake to channelAlan Pearce2024-05-21-0/+4
|
* enable Tailscale OIDC clientAlan Pearce2024-05-21-2/+10
|
* emacs: try treemacsAlan Pearce2024-05-21-0/+40
|
* emacs: silence byte-compiler warnings from extraConfigAlan Pearce2024-05-21-4/+4
|
* linde: configure dexAlan Pearce2024-05-21-0/+57
|
* update searchixAlan Pearce2024-05-21-7/+6
|
* darwin: disable linux-builder for nowAlan Pearce2024-05-21-1/+0
|
* format init.elAlan Pearce2024-05-21-3/+3
|
* avoid hardcoding absolute path to this repo in nixAlan Pearce2024-05-21-2/+2
|
* emacs: fix magit-project integration erroring when called too earlyAlan Pearce2024-05-21-2/+2
|
* emacs: fix lsp-mode in daemon sessionsAlan Pearce2024-05-21-2/+3
|
* Make nix wrapper scripts resilient to unkeyed NIX_PATH entriesAlan Pearce2024-05-21-9/+11
|
* direnv: fall back to nix-shell instead of flake if lorri not foundAlan Pearce2024-05-21-1/+1
|
* darwin: re-enable lorriAlan Pearce2024-05-21-1/+2
|
* lib: simplify mkPathableAlan Pearce2024-05-21-8/+5
|
* emacs: use personal just-mode fork with tree-sit supportAlan Pearce2024-05-20-0/+9
|
* update sourcesAlan Pearce2024-05-20-24/+24
|
* remove subdirectory .gitignore filesAlan Pearce2024-05-20-8/+0
| | | | | | | | | They were necessary back when I was using two separate repositories and didn't have a better way of specifying per-system configurations. With the wrapper scripts, the file to use can be deduced on the fly instead of relying on the creation of a symlink like {configuration,home}.nix -> ${HOSTNAME}.nix
* dev/base: indent fish files with 4 spaces, as fish_indent expectsAlan Pearce2024-05-20-0/+3
|
* fish: fix newest/oldestAlan Pearce2024-05-20-8/+12
| | | | | | | | before: - errors if arg was not a directory - hours and minutes were incorrectly separated, making sort inaccurate - `newest` would show the oldest file as reverse is handled per-key
* emacs: make <leader>j jump to {lsp,eglot} symbol intelligentlyAlan Pearce2024-05-20-1/+12
|
* fix error applying enchant overrideAlan Pearce2024-05-19-4/+4
|
* emacs: show TODO comments in magitAlan Pearce2024-05-19-0/+6
|