Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | feat(modules/lf): Add `set_clipboard_path` command and keybinding prime | Benedikt Peetz | 2 days |
| | |||
* | fix(modules/lf/ctpv): Don't try to preview `.xcf` images | Benedikt Peetz | 3 days |
| | |||
* | fix(modules/lf/ctpv/helpers): Turn of `chafa`'s animations | Benedikt Peetz | 3 days |
| | |||
* | fix(modules/lf): Ensure, that the remote mapping source command works | Benedikt Peetz | 3 days |
| | |||
* | fix(modules/lf/ctpv/): Support color output, by simulating a interactive shell | Benedikt Peetz | 3 days |
| | |||
* | fix(modules/lf/ctpv/prev/glow): Force glow to colorize the output | Benedikt Peetz | 4 days |
| | |||
* | fix(modules/lf): Use the correct name for the ctpv config file | Benedikt Peetz | 4 days |
| | |||
* | docs(modules/lf/ctpv/prev/any): Add a fixme | Benedikt Peetz | 4 days |
| | |||
* | fix(modules/lf/ctpv): Improve ctpv config file generation | Benedikt Peetz | 4 days |
| | |||
* | feat(modules/lf/ctpv): Correct configure | Benedikt Peetz | 4 days |
| | | | | This also ensures, that all the needed previewers are available | ||
* | feat(modules/lf): Dynamically generate the cd script | Benedikt Peetz | 4 days |
| | | | | | This both avoids having to commit the `lf_cd.age` file and ensures that it is always up to date. | ||
* | build(flake): Update | Benedikt Peetz | 6 days |
| | |||
* | build(treewide): Update | Benedikt Peetz | 12 days |
| | |||
* | build(treewide): Update | Benedikt Peetz | 2024-11-01 |
| | |||
* | build(modules/lf/secrets/update_secrets.sh): Migrate to `nix-shell` shebang | Benedikt Peetz | 2024-11-01 |
| | | | | | Lix does not (maybe yet) support the nix3 `nix shell` shebang. Thus, switching to a version supported by both is the obvious choice. | ||
* | build(treewide): Update | Benedikt Peetz | 2024-10-19 |
| | |||
* | refactor(modules/legacy/conf/lf): Move to new `by-name` dir | Benedikt Peetz | 2024-10-18 |
This makes it possible to mix and match between `NixOS` and `home-manager` options and thus allows merging the secret handling directly into this module. Furthermore, the `systemd` tempfiles handling was also merged into this module. |