aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-08-23 20:50:20 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-08-23 20:50:20 +0200
commite81c9d1d2803a5b717fcc5d7b384f27e36f1f99d (patch)
tree2bba747cd225d5b0362b1e2445159400cac02c43
parentmodules/direnv: Don't actually run the landlock sandbox yet (diff)
downloadnixos-config-e81c9d1d2803a5b717fcc5d7b384f27e36f1f99d.zip
modules/lf: Also setup the fish integration
Diffstat (limited to '')
-rw-r--r--modules/by-name/lf/lf/module.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/by-name/lf/lf/module.nix b/modules/by-name/lf/lf/module.nix
index 4205771e..c47599bd 100644
--- a/modules/by-name/lf/lf/module.nix
+++ b/modules/by-name/lf/lf/module.nix
@@ -79,6 +79,18 @@ in {
"d /.Trash 1777 root root"
];
+ soispha.programs.fish.integrations.lf =
+ # fish
+ ''
+ function ll
+ . ${lib.getExe packages.ll}
+ end
+
+ function lm
+ . ${lib.getExe packages.lm}
+ end
+ '';
+
home-manager.users.soispha = {
xdg.configFile = {
"lf/icons".source = ./icons;