From 6d641e570e53a1c6fc0c3dce3adddc64f17c0262 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Wed, 15 May 2024 21:49:18 -0700 Subject: Add fastfetch --- home/fastfetch.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 home/fastfetch.nix (limited to 'home/fastfetch.nix') diff --git a/home/fastfetch.nix b/home/fastfetch.nix new file mode 100644 index 0000000..f99101d --- /dev/null +++ b/home/fastfetch.nix @@ -0,0 +1,7 @@ +{ ... }: + +{ + programs.fastfetch = { + enable = true; + }; +} \ No newline at end of file -- cgit v1.2.3