Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | format init.el | Alan Pearce | 2024-05-21 | -3/+3 | |
| | |||||
* | avoid hardcoding absolute path to this repo in nix | Alan Pearce | 2024-05-21 | -1/+1 | |
| | |||||
* | emacs: fix magit-project integration erroring when called too early | Alan Pearce | 2024-05-21 | -2/+2 | |
| | |||||
* | emacs: fix lsp-mode in daemon sessions | Alan Pearce | 2024-05-21 | -2/+3 | |
| | |||||
* | emacs: use personal just-mode fork with tree-sit support | Alan Pearce | 2024-05-20 | -0/+9 | |
| | |||||
* | remove subdirectory .gitignore files | Alan Pearce | 2024-05-20 | -2/+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 expects | Alan Pearce | 2024-05-20 | -0/+3 | |
| | |||||
* | fish: fix newest/oldest | Alan Pearce | 2024-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 intelligently | Alan Pearce | 2024-05-20 | -1/+12 | |
| | |||||
* | emacs: show TODO comments in magit | Alan Pearce | 2024-05-19 | -0/+6 | |
| | |||||
* | extract new packages/overrides to nix-packages submodule | Alan Pearce | 2024-05-18 | -4/+3 | |
| | |||||
* | dev/base: enable lorri notifications | Alan Pearce | 2024-05-18 | -1/+4 | |
| | |||||
* | move lorri service to home-manager | Alan Pearce | 2024-05-18 | -0/+1 | |
| | |||||
* | dev/base: fix inconsistent indentation in go files | Alan Pearce | 2024-05-18 | -1/+1 | |
| | |||||
* | golang: add more dev tools | Alan Pearce | 2024-05-18 | -0/+3 | |
| | |||||
* | move TERMINAL (not TERM!) setting to i3.nix, where it is used | Alan Pearce | 2024-05-18 | -3/+3 | |
| | |||||
* | emacs: use emacs service on linux | Alan Pearce | 2024-05-18 | -0/+5 | |
| | |||||
* | user/base: fix bat warning | Alan Pearce | 2024-05-18 | -1/+1 | |
| | |||||
* | fish: fix unaltered copy-paste in dired.fish | Alan Pearce | 2024-05-18 | -1/+1 | |
| | |||||
* | user: fix jinx-mode missing dictionaries when launched from DE | Alan Pearce | 2024-05-18 | -4/+5 | |
| | | | | | remove aspell, use nuspell/hunspell instead. They already know where to look for dictionaries. | ||||
* | emacs: remove darwin path setting | Alan Pearce | 2024-05-18 | -6/+0 | |
| | | | | no longer needed thanks to use of Raycast script | ||||
* | wip | Alan Pearce | 2024-05-18 | -0/+2 | |
| | |||||
* | de-flake local systems | Alan Pearce | 2024-05-18 | -3/+12 | |
| | |||||
* | remove nixpkgs flake pin | Alan Pearce | 2024-05-18 | -3/+0 | |
| | |||||
* | emacs: install evil-lion for alignment via gl/gL | Alan Pearce | 2024-05-18 | -0/+8 | |
| | |||||
* | fish: add functions to open magit/dired in emacs | Alan Pearce | 2024-05-18 | -0/+16 | |
| | |||||
* | ui: reduce number of installed nerd fonts | Alan Pearce | 2024-05-18 | -2/+0 | |
| | |||||
* | disable `nh` aliases for better interoperability with deflake branch | Alan Pearce | 2024-05-17 | -7/+7 | |
| | |||||
* | emacs: use default value for per-category completion defaults | Alan Pearce | 2024-05-17 | -1/+0 | |
| | |||||
* | emacs: make lsp-mode and eglot behave more similarly | Alan Pearce | 2024-05-17 | -5/+27 | |
| | |||||
* | golang: install more dev tools | Alan Pearce | 2024-05-17 | -0/+2 | |
| | |||||
* | fish: fix newest/oldest with POSIX `cut` | Alan Pearce | 2024-05-17 | -6/+6 | |
| | |||||
* | ui: configure kitty | Alan Pearce | 2024-05-16 | -2/+3 | |
| | |||||
* | emacs: use lsp-mode for go to support secondary language server | Alan Pearce | 2024-05-16 | -3/+36 | |
| | |||||
* | fish: add functions to get the {new,old}est file in a directory tree | Alan Pearce | 2024-05-15 | -0/+24 | |
| | |||||
* | emacs: only use gopls in go files | Alan Pearce | 2024-05-15 | -5/+0 | |
| | |||||
* | emacs: re-add gc optimisation settings | Alan Pearce | 2024-05-15 | -1/+11 | |
| | |||||
* | emacs: tweak corfu settings | Alan Pearce | 2024-05-13 | -1/+2 | |
| | |||||
* | emacs: don't stop me deleting files which have changes in git | Alan Pearce | 2024-05-13 | -1/+11 | |
| | |||||
* | use taplo as a language server (and formatter) for toml files | Alan Pearce | 2024-05-13 | -0/+3 | |
| | |||||
* | emacs: remove config for unused package | Alan Pearce | 2024-05-13 | -5/+0 | |
| | |||||
* | emacs: update raycast script to launch via XDG | Alan Pearce | 2024-05-12 | -1/+1 | |
| | |||||
* | emacs: fix *-ts-mode-hook aliasing | Alan Pearce | 2024-05-12 | -10/+5 | |
| | |||||
* | darwin: install nh | Alan Pearce | 2024-05-12 | -0/+1 | |
| | |||||
* | Revert "emacs: use <leader>bb to switch _project_ buffers" | Alan Pearce | 2024-05-12 | -1/+1 | |
| | | | | This reverts commit 3a289cbe730ad22047bd40156efd5dea4f262341. | ||||
* | use nh for all relevant rebuild operations | Alan Pearce | 2024-05-12 | -5/+5 | |
| | |||||
* | nanopi: remove duplicate nix package setting | Alan Pearce | 2024-05-12 | -2/+0 | |
| | |||||
* | fix home-manager getting confused about nix use-xdg-base-directories | Alan Pearce | 2024-05-11 | -0/+7 | |
| | |||||
* | dev/base: remove yaml editorconfig settings | Alan Pearce | 2024-05-11 | -3/+0 | |
| | |||||
* | emacs: patch apheleia to use prettierd | Alan Pearce | 2024-05-11 | -0/+9 | |
| |