diff options
Diffstat (limited to 'meta/rice/bottom')
| -rw-r--r-- | meta/rice/bottom/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/rice/bottom/default.nix b/meta/rice/bottom/default.nix new file mode 100644 index 0000000..9248e3d --- /dev/null +++ b/meta/rice/bottom/default.nix @@ -0,0 +1,3 @@ +{ pkgs, ... }: { + programs.bottom.enable = true; +} |