feat: add fastfetch

This commit is contained in:
tux
2025-02-26 22:43:02 +05:30
parent da6f0c6f1b
commit e1553de0ad

View File

@ -17,6 +17,9 @@
}; };
syntaxHighlighting.enable = true; syntaxHighlighting.enable = true;
autosuggestion.enable = true; autosuggestion.enable = true;
initExtra = ''
fastfetch
'';
}; };
}; };
@ -24,6 +27,7 @@
neovim neovim
busybox busybox
lsd lsd
fastfetch
]; ];
home.stateVersion = "24.05"; home.stateVersion = "24.05";