From 831b686609eb7e8853df32fba077cbe5f97c0a08 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Sun, 21 Dec 2025 20:46:20 +0000 Subject: [PATCH] Update fastfetch.nix --- apps/fastfetch.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/fastfetch.nix b/apps/fastfetch.nix index d938722..590f9fa 100644 --- a/apps/fastfetch.nix +++ b/apps/fastfetch.nix @@ -26,7 +26,7 @@ environment.etc."fastfetch/custom-info.sh" = { text = '' #!/bin/sh - echo "$(hostname)@NixOS_Unstable - $(uname) $(uname -r) - $(gnome-shell --version 2>/dev/null | awk '{print $1, $3}')" + echo "$(hostname)@NixOS_Unstable - 🐧 $(uname) $(uname -r) - 🖥️ $(gnome-shell --version 2>/dev/null | awk '{print $1, $3}')" ''; mode = "0755"; };