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