diff options
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 |