From f440ba84f27fb322448e444b7eb62ff56033fc67 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 22 Jun 2024 04:24:07 -0700 Subject: feat: initial configuration --- rice/default.nix | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rice/default.nix (limited to 'rice/default.nix') 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 ]; +} -- cgit v1.2.3