aboutsummaryrefslogtreecommitdiff
path: root/home/fastfetch.nix
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-05-15 21:49:18 -0700
committerCaroline Larimore <caroline@larimo.re>2024-05-15 21:49:18 -0700
commit6d641e570e53a1c6fc0c3dce3adddc64f17c0262 (patch)
treee90fcf44850f70c9912ffc86dd6cfe5fbedc3f6f /home/fastfetch.nix
parente8499fa329adea159e0ea8d28570b04db367c16f (diff)
Add fastfetch
Diffstat (limited to 'home/fastfetch.nix')
-rw-r--r--home/fastfetch.nix7
1 files changed, 7 insertions, 0 deletions
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