summaryrefslogtreecommitdiff
path: root/meta/rice/cpufetch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/rice/cpufetch')
-rw-r--r--meta/rice/cpufetch/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/rice/cpufetch/default.nix b/meta/rice/cpufetch/default.nix
new file mode 100644
index 0000000..b045b4a
--- /dev/null
+++ b/meta/rice/cpufetch/default.nix
@@ -0,0 +1,5 @@
+{ pkgs, ... }: {
+ home.packages = with pkgs; [
+ cpufetch
+ ];
+}