diff options
Diffstat (limited to 'meta/rice/default.nix')
| -rw-r--r-- | meta/rice/default.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/rice/default.nix b/meta/rice/default.nix new file mode 100644 index 0000000..56e4bc1 --- /dev/null +++ b/meta/rice/default.nix @@ -0,0 +1,9 @@ +_: { + imports = [ + ./bottom + ./btop + ./cpufetch + ./fastfetch + ./iotop + ]; +} |