fastfetch: actually enable the module

This commit is contained in:
redbeardymcgee 2024-07-12 22:30:32 -05:00
parent 9dcf0d1e2c
commit 653c7ad319

View File

@ -1,5 +1,7 @@
{pkgs, ...}: {
programs.fastfetch = {
enable = true;
logo = {
source = ./nixos.png;
type = "kitty-direct";