about summary refs log tree commit diff stats
path: root/modules/home/conf/rclone (unfollow)
Commit message (Collapse)Author
7 hoursfeat(tests/nvim-neorg): InitBenedikt Peetz
7 hoursfix(tests/{yambar,nvim-checkhealth}): Update to use `Exec`Benedikt Peetz
7 hourstests(infrastructure/run.nix): Bring up-to-date with the `default.nix`Benedikt Peetz
7 hourstests(infrastructure/driver): Support executing commandsBenedikt Peetz
7 hoursfeat(modules/lf): Add a keymap for cd-ing to the download directoryBenedikt Peetz
21 hoursfix(tests/nvim-checkhealth): Increase the sleeptime after typingBenedikt Peetz
Otherwise, the command might not have been run, when we depend on it later.
21 hoursfix(modules/yambar): Wrap the commands with arguments with a scriptBenedikt Peetz
33 hoursfix(modules/yambar): Don't treat numbers as stringsBenedikt Peetz
This also includes casting the colour to a longer stretch of zeros, to ensure that it is treated as a colour and not as a string.
33 hoursfix(tests::infrastructure): Provide `sysLib` as module argumentBenedikt Peetz
33 hourstests(tests/yambar): InitBenedikt Peetz
34 hoursfix(pkgs/description): RemoveBenedikt Peetz
This functionality has been moved to the `yt` binary.
34 hoursfix(pkgs/show): RemoveBenedikt Peetz
This was never actually used.
34 hourschore(hosts): Enable yambarBenedikt Peetz
34 hoursrefactor(modules/legacy/conf/yambar): Move to `by-name` and modernizeBenedikt Peetz
35 hourschore(pkgs/by-name/ya/{cpu,memory}): MergeBenedikt Peetz
There is no reason to keep these two programs separate.
37 hoursfix(modules/lf/cmds/set_clipboard_path): Provide feedback to the userBenedikt Peetz
37 hoursfix(modules/lf): Retry connecting to the serverBenedikt Peetz
It is possible that the config file is sourced, without a started server. This is effectively a race condition, which can only be fixed upstream, but we can at least try to connect to the server again.
37 hoursbuild(treewide): UpdateBenedikt Peetz
38 hoursbuild(update.sh): Remove old script update callBenedikt Peetz
This script has been removed.
5 daysfeat(modules/lf): Add `set_clipboard_path` command and keybindingBenedikt Peetz
5 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.
6 daystests(tests/less): Increase sleep time to avoid flakinessBenedikt Peetz
6 daysfix(modules/lf/ctpv): Don't try to preview `.xcf` imagesBenedikt Peetz
6 daysfix(modules/lf/ctpv/helpers): Turn of `chafa`'s animationsBenedikt Peetz
6 daysfix(modules/lf): Ensure, that the remote mapping source command worksBenedikt Peetz
6 daysfix(modules/lf/ctpv/): Support color output, by simulating a interactive shellBenedikt Peetz
6 daysfix(modules/lf/ctpv/prev/glow): Force glow to colorize the outputBenedikt Peetz
6 daysfix(modules/lf): Use the correct name for the ctpv config fileBenedikt Peetz
6 dayschore(pkgs/ctpv): 1.1 -> 1.1-unstable-2024-11-24Benedikt Peetz
6 daystests(less): Accept variadic argumentsBenedikt Peetz
6 daysdocs(modules/lf/ctpv/prev/any): Add a fixmeBenedikt Peetz
6 daysfix(modules/lf/ctpv): Improve ctpv config file generationBenedikt Peetz
6 daysdocs(todo): Integrate into taskwarrior as tasksBenedikt Peetz
6 daysfix(pkgs/ctpv): Override to support more than 16 extensions in previewBenedikt Peetz
6 daystests(tests/nvim-checkhealth): InitBenedikt Peetz
6 daystests(infrastructure/driver): Support setting the golden fileBenedikt Peetz
6 daysfix(modules/nvim/opts): Ensure a consistent fileformatBenedikt Peetz
Thus, all dos files will magically change to Linux ones.
6 daysfeat(modules/lf/ctpv): Correct configureBenedikt Peetz
This also ensures, that all the needed previewers are available
6 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.
8 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.
8 daystests({modules,tests}): Delay the coupling, until more modules are testedBenedikt Peetz
8 daysfix(modules/nvim/plgs/neorg): Use the correct ft name in ftpluginBenedikt Peetz
The neorg filetype is named `norg` not `neorg`.
8 daysfix(modules/nvim/plgs/lsp/ruff): Replace deprecated ruff_lsp with ruffBenedikt Peetz
8 daysfix(modules/nvim/plgs/neorg): Move keybind setup to separate ftpluginBenedikt Peetz
8 daysrefactor(modules/nvim/files): Move to their respective pluginBenedikt Peetz
8 daysrefactor(pkgs/less): Remove and use less from nixpkgsBenedikt Peetz
Nixpkgs has fixed their less `withSecure` regression.
8 daysstyle(tests/README.md): FormatBenedikt Peetz
8 daystests(less): InitBenedikt Peetz
8 daysstyle(treewide): RefactorBenedikt Peetz
8 daysfix(modules/taskwarrior): Provide an enable optionBenedikt Peetz