diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-23 03:02:35 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-23 03:02:35 +0200 |
| commit | f0c8dcaab316be5163f2d1d77027debb4b0eb9a1 (patch) | |
| tree | 20026f5ed0ee7651624215a6a622d6b8189b4f90 /modules/by-name/i3/i3bar-river | |
| parent | modules/river: Import all the sessionVariables (diff) | |
| download | nixos-config-f0c8dcaab316be5163f2d1d77027debb4b0eb9a1.zip | |
Diffstat (limited to '')
| -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 = { |
