From f0c8dcaab316be5163f2d1d77027debb4b0eb9a1 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 23 Jun 2026 03:02:35 +0200 Subject: modules/i3bar-river: Add `btrfs-progs` to the dependencies --- modules/by-name/i3/i3bar-river/module.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/by-name/i3') diff --git a/modules/by-name/i3/i3bar-river/module.nix b/modules/by-name/i3/i3bar-river/module.nix index 95b4a632..982ec1e3 100644 --- a/modules/by-name/i3/i3bar-river/module.nix +++ b/modules/by-name/i3/i3bar-river/module.nix @@ -118,6 +118,9 @@ in { path = [ pkgs.bash # `sh` is needed for starting the status command + + # TODO: This should be a wrapper of the status command <2026-06-23> + pkgs.btrfs-progs # `btrfs` is needed by the storage block in the status command ]; serviceConfig = { -- cgit v1.3.1