about summary refs log tree commit diff stats
path: root/hosts/default.nix (unfollow)
Commit message (Collapse)Author
2 daysmodules/qutebrowser: Active `lazy_restore`Benedikt Peetz
This might help remedy the incredible long start-up time.
2 daysmodules/nix-index/command_not_found: Avoid using a non-existing commandBenedikt Peetz
The `eprintln` was previously supplied (impurely) by my shell library, and without it, the command-not-found handler goes into infinite recursion.
2 daysmodules/zsh: Remove the insulting command not found handlerBenedikt Peetz
It is fun, but not worth the extra complexity.
2 dayspkgs/yt: 1.7.0 -> 1.7.1Benedikt Peetz
6 dayspkgs/i3bar-river: Update patch to it's newest versionBenedikt Peetz
6 dayspkgs/yt: Add missing mold dependencyBenedikt Peetz
6 dayspkgs/yt: 1.6.1 -> 1.7.0Benedikt Peetz
6 daystreewide: UpdateBenedikt Peetz
6 daysmodules/nvim/plgs/lsp-progress: Completely removeBenedikt Peetz
6 daysmodules/nvim/plgs/tree-sitter: Avoid extra syntex highlighting in latexBenedikt 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 daysmodules/nvim/plgs/flatten: RemoveBenedikt 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 daysmodules/nvim/plgs/lf: Use the nixvim moduleBenedikt Peetz
6 daysmodules/nvim/plgs/flatten: Re-enableBenedikt Peetz
The plugin had breaking changes to its config, which caused me to disable it for some time.
6 daysmodules/nvim/plgs/femaco: Use the nixvim moduleBenedikt 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 daysmodules/nvim/plgs: Remove unused pluginsBenedikt Peetz
6 daysmodules/nvim/performance: InitBenedikt Peetz
It might make things faster?
6 daysmodules/nvim/plgs: Auto-loadBenedikt Peetz
6 daysmodules/nvim/mappings: Remove overlapping <Space>c mappingBenedikt Peetz
13 dayspkgs/yt: 1.6.0 -> 1.6.1Benedi