diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-05-15 21:49:18 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-05-15 21:49:18 -0700 |
| commit | 6d641e570e53a1c6fc0c3dce3adddc64f17c0262 (patch) | |
| tree | e90fcf44850f70c9912ffc86dd6cfe5fbedc3f6f /home/fastfetch.nix | |
| parent | e8499fa329adea159e0ea8d28570b04db367c16f (diff) | |
Add fastfetch
Diffstat (limited to 'home/fastfetch.nix')
| -rw-r--r-- | home/fastfetch.nix | 7 |
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 |