about summary refs log tree commit diff stats
path: root/modules/by-name/za (unfollow)
Commit message (Collapse)Author
3 daysfeat(modules/legacy/default): Move the download dir to `/tmp`Benedikt Peetz
This forces me to always move the downloaded files *somewhere*. Otherwise, the download directory would just end up utterly unsorted and thus useless.
3 daystests(tests/less): Increase sleep time to avoid flakinessBenedikt Peetz
3 daysfix(modules/lf/ctpv): Don't try to preview `.xcf` imagesBenedikt Peetz
3 daysfix(modules/lf/ctpv/helpers): Turn of `chafa`'s animationsBenedikt Peetz
3 daysfix(modules/lf): Ensure, that the remote mapping source command worksBenedikt Peetz
3 daysfix(modules/lf/ctpv/): Support color output, by simulating a interactive shellBenedikt Peetz
4 daysfix(modules/lf/ctpv/prev/glow): Force glow to colorize the outputBenedikt Peetz
4 daysfix(modules/lf): Use the correct name for the ctpv config fileBenedikt Peetz
4 dayschore(pkgs/ctpv): 1.1 -> 1.1-unstable-2024-11-24Benedikt Peetz
4 daystests(less): Accept variadic argumentsBenedikt Peetz
4 daysdocs(modules/lf/ctpv/prev/any): Add a fixmeBenedikt Peetz
4 daysfix(modules/lf/ctpv): Improve ctpv config file generationBenedikt Peetz
4 daysdocs(todo): Integrate into taskwarrior as tasksBenedikt Peetz
4 daysfix(pkgs/ctpv): Override to support more than 16 extensions in previewBenedikt Peetz
4 daystests(tests/nvim-checkhealth): InitBenedikt Peetz
4 daystests(infrastructure/driver): Support setting the golden fileBenedikt Peetz
4 daysfix(modules/nvim/opts): Ensure a consistent fileformatBenedikt Peetz
Thus, all dos files will magically change to Linux ones.
4 daysfeat(modules/lf/ctpv): Correct configureBenedikt Peetz
This also ensures, that all the needed previewers are available
4 daysfeat(modules/lf): Dynamically generate the cd scriptBenedikt Peetz
This both avoids having to commit the `lf_cd.age` file and ensures that it is always up to date.
5 daysfix(modules/nvim/plgs/lsp/servers): Avoid conditional in `lsp.servers`Benedikt Peetz
The attrs in `lsp.servers` seem to be taken literally and as such do not support the `lib.modules.mkIf` mechanic, nixos normally supports. Thus moving the `lib.mkIf` calls to the parent attrs should fix it.
5 daystests({modules,tests}): Delay the coupling, until more modules are testedBenedikt Peetz
5 daysfix(modules/nvim/plgs/neorg): Use the correct ft name in ftpluginBenedikt Peetz
The neorg filetype is named `norg` not `neorg`.
5 daysfix(modules/nvim/plgs/lsp/ruff): Replace deprecated ruff_lsp with ruffBenedikt Peetz
5 daysfix(modules/nvim/plgs/neorg): Move keybind setup to separate ftpluginBenedikt Peetz
5 daysrefactor(modules/nvim/files): Move to their respective pluginBenedikt Peetz
5 daysrefactor(pkgs/less): Remove and use less from nixpkgsBenedikt Peetz
Nixpkgs has fixed their less `withSecure` regression.
5 daysstyle(tests/README.md): FormatBenedikt Peetz
5 daystests(less): InitBenedikt Peetz
5 daysstyle(treewide): RefactorBenedikt Peetz
5 daysfix(modules/taskwarrior): Provide an enable optionBenedikt Peetz
5 daystests(flake): Hook up to the flake's check and package attributesBenedikt Peetz
6 daystests({tests,modules}): Couple via a co-importBenedikt Peetz
6 daystests(tests): Initialize infrastructure and documentation for itBenedikt Peetz
6 daysbuild(flake): UpdateBenedikt Peetz
11 daysstyle(treewide): FormatBenedikt Peetz
11 daysfix(pkgs/mpp): Include the `mpc` zsh completionsBenedikt Peetz
11 daysrefactor(legacy/conf/mpd): Move to a unified `mpd` by-name moduleBenedikt Peetz
12 daysfix(legacy/wms/river): Ensure that `mpc` is available to riverBenedikt Peetz
There is currently no way to tell river where the `mpc` executable is, thus requiring it to be present in the `$PATH`.
12 daysrefactor(pkgs/mpc): Rename to `mpp`Benedikt Peetz
Nixpkgs has renamed their `mpc-cli` package to just `mpc`, turning this `mpc` package into an override for the official nixpkgs one. I think being explicit about the fact, that `mpc` is wrapped is the best solution here.
12 daysbuild(treewide): UpdateBenedikt Peetz
2024-11-09fix(flake/packages): Re-add the `nvim` packageBenedikt Peetz
This implementation is by-far better than the previous one and avoids a whole set of problems that came, with trying to re-implement the NixOS module system.
2024-11-09fix(modules/nvim/options): Use shell binary, not only directoryBenedikt Peetz
2024-11-09fix(modules/nvim/plgs/neorg): Reactivate the calendar moduleBenedikt Peetz
`nvim` has by now reached version 0.10.0 in nixpkgs.
2024-11-09fix(modules/nvim/plgs/neorg): Use updated versionBenedikt Peetz
2024-11-09refactor(modules/legacy/conf/nvim): Move to `by-name`Benedikt Peetz
2024-11-04fix(pkgs/stamp): Fallback to `dot-license`Benedikt Peetz
Otherwise, licensing files which need a dot-license becomes really bothersome.
2024-11-04chore(pkgs/yt): 1.3.1 -> 1.3.2Benedikt Peetz
2024-11-04refactor(pkgs/tree-sitter-yts): Move to `yt`Benedikt Peetz
2024-11-03fix(modules/less/command.less): Improve keymappingsBenedikt Peetz
This removes some unneeded ones and adds the ARROW UP mapping to ensure symmetry to the ARROW DOWN mapping.
2024-11-02fix(modules/legacy/conf/nvim/plgs/femacro): Add additional config functionBenedikt Peetz