diff options
-rw-r--r-- | modules/by-name/lf/lf/commands/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/by-name/lf/lf/commands/default.nix b/modules/by-name/lf/lf/commands/default.nix index f212a703..f953834b 100644 --- a/modules/by-name/lf/lf/commands/default.nix +++ b/modules/by-name/lf/lf/commands/default.nix @@ -125,6 +125,7 @@ in { dependencies = with pkgs; [ river # for `riverctl` swaybg + procps ]; }; |