diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-23 20:50:20 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-23 20:50:20 +0200 |
| commit | e81c9d1d2803a5b717fcc5d7b384f27e36f1f99d (patch) | |
| tree | 2bba747cd225d5b0362b1e2445159400cac02c43 /modules | |
| parent | modules/direnv: Don't actually run the landlock sandbox yet (diff) | |
| download | nixos-config-e81c9d1d2803a5b717fcc5d7b384f27e36f1f99d.zip | |
modules/lf: Also setup the fish integration
Diffstat (limited to '')
| -rw-r--r-- | modules/by-name/lf/lf/module.nix | 12 |
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; |
