From 439074c23f518c75bbd776ee034cfa148013b34b Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 3 Dec 2025 21:29:18 +0000 Subject: [PATCH] Update fastfetch.nix --- apps/fastfetch.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/fastfetch.nix b/apps/fastfetch.nix index 689b763..40549ba 100644 --- a/apps/fastfetch.nix +++ b/apps/fastfetch.nix @@ -29,7 +29,7 @@ { "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "logo": { - "source": "nixos_small", + "source": "DarkOS", "padding": { "top": 1, "left": 2 @@ -152,9 +152,9 @@ ''; programs.bash.interactiveShellInit = '' - # Run fastfetch with random logo on terminal start + # Run fastfetch on terminal start if [[ $- == *i* ]]; then - /etc/fastfetch/random-logo.sh + ${pkgs.fastfetch}/bin/fastfetch --config /etc/fastfetch/config.jsonc fi ''; }