diff options
Diffstat (limited to 'modules/by-name/i3/i3bar-river/module.nix')
| -rw-r--r-- | modules/by-name/i3/i3bar-river/module.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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 = { |
