about summary refs log tree commit diff stats
path: root/modules/by-name/lf (follow)
Commit message (Collapse)AuthorAge
* fix(modules/lf/ctpv): Improve ctpv config file generationBenedikt Peetz4 days
|
* feat(modules/lf/ctpv): Correct configureBenedikt Peetz4 days
| | | | This also ensures, that all the needed previewers are available
* feat(modules/lf): Dynamically generate the cd scriptBenedikt Peetz4 days
| | | | | This both avoids having to commit the `lf_cd.age` file and ensures that it is always up to date.
* build(flake): UpdateBenedikt Peetz6 days
|
* build(treewide): UpdateBenedikt Peetz13 days
|
* build(treewide): UpdateBenedikt Peetz2024-11-01
|
* build(modules/lf/secrets/update_secrets.sh): Migrate to `nix-shell` shebangBenedikt Peetz2024-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): UpdateBenedikt Peetz2024-10-19
|
* refactor(modules/legacy/conf/lf): Move to new `by-name` dirBenedikt Peetz2024-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.