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