fastfetch config for zsh init
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.file.".zsh/fastfetch.jsonc".source =
|
||||
./fastfetch/config.jsonc;
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
oh-my-zsh = {
|
||||
@@ -16,7 +19,7 @@
|
||||
|
||||
# Run fastfetch
|
||||
if command -v fastfetch >/dev/null 2>&1; then
|
||||
fastfetch --logo none
|
||||
fastfetch --logo none --config ~/.zsh/fastfetch.jsonc
|
||||
fi
|
||||
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user