diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-09 15:04:15 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-09 20:33:35 +0200 |
commit | 55c530a0a88720087395f2b4b3bb88404bde08c2 (patch) | |
tree | a3e3915a6d153231d2e2f9c03932c1dea641a297 /hm/soispha/conf/lf/default.nix | |
parent | fix(hm/conf/python): Correctly tell python to use a history file (diff) | |
download | nixos-config-55c530a0a88720087395f2b4b3bb88404bde08c2.zip |
fix(hm/conf/lf/keybindings): Use the autogenerate cd mappings
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/conf/lf/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hm/soispha/conf/lf/default.nix b/hm/soispha/conf/lf/default.nix index 292a79bc..260b01fb 100644 --- a/hm/soispha/conf/lf/default.nix +++ b/hm/soispha/conf/lf/default.nix @@ -52,6 +52,8 @@ in { &${pkgs.ctpv}/bin/ctpv -s $id cmd on-quit %${pkgs.ctpv}/bin/ctpv -e $id set cleaner ${pkgs.ctpv}/bin/ctpvclear + + source ${nixosConfig.age.secrets.lf.cd_paths} ''; }; } |