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/default.nix | 1 + home/fastfetch.nix | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 home/fastfetch.nix diff --git a/home/default.nix b/home/default.nix index fdf1174..b5d21ef 100644 --- a/home/default.nix +++ b/home/default.nix @@ -5,6 +5,7 @@ ./colors.nix ./discord.nix ./eww.nix + ./fastfetch.nix ./flameshot.nix ./git.nix ./i3.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