Commit message (Collapse) | Author | ||
---|---|---|---|
2 days | modules: Remove no-op `finalizeFunction` | Benedikt Peetz | |
The specified function is already the default. | |||
2 days | modules/qutebrowser: Active `lazy_restore` | Benedikt Peetz | |
This might help remedy the incredible long start-up time. | |||
2 days | modules/nix-index/command_not_found: Avoid using a non-existing command | Benedikt Peetz | |
The `eprintln` was previously supplied (impurely) by my shell library, and without it, the command-not-found handler goes into infinite recursion. | |||
2 days | modules/zsh: Remove the insulting command not found handler | Benedikt Peetz | |
It is fun, but not worth the extra complexity. | |||
2 days | pkgs/yt: 1.7.0 -> 1.7.1 | Benedikt Peetz | |
6 days | pkgs/i3bar-river: Update patch to it's newest version | Benedikt Peetz | |
6 days | pkgs/yt: Add missing mold dependency | Benedikt Peetz | |
6 days | pkgs/yt: 1.6.1 -> 1.7.0 | Benedikt Peetz | |
6 days | treewide: Update | Benedikt Peetz | |
6 days | modules/nvim/plgs/lsp-progress: Completely remove | Benedikt Peetz | |
6 days | modules/nvim/plgs/tree-sitter: Avoid extra syntex highlighting in latex | Benedikt Peetz | |
This slows the nvim client noticeably down and is only really needed for vim-tex's math mapping, which I don't use. | |||
6 days | modules/nvim/plgs/flatten: Remove | Benedikt Peetz | |
It does not work, and I hope that I do not need it any longer (considering that it was disabled since ~01-01-2025). | |||
6 days | modules/nvim/plgs/lf: Use the nixvim module | Benedikt Peetz | |
6 days | modules/nvim/plgs/flatten: Re-enable | Benedikt Peetz | |
The plugin had breaking changes to its config, which caused me to disable it for some time. | |||
6 days | modules/nvim/plgs/femaco: Use the nixvim module | Benedikt Peetz | |
We still import the config as lua file, as it is essentially just callback functions, which would result in strings and `__raw` in nix. | |||
6 days | modules/nvim/plgs: Remove unused plugins | Benedikt Peetz | |
6 days | modules/nvim/performance: Init | Benedikt Peetz | |
It might make things faster? | |||
6 days | modules/nvim/plgs: Auto-load | Benedikt Peetz | |
6 days | modules/ |