From 81703d55e731b2f03fb88310068e29408fde8f39 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 4 May 2025 21:44:19 +0200 Subject: modules/lf/commands/set_wallpaper: Add required `procps` dependency --- modules/by-name/lf/lf/commands/default.nix | 1 + 1 file changed, 1 insertion(+) 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 ]; }; -- cgit 1.4.1