Update fastfetch.nix

This commit is contained in:
ediblerope 2025-12-21 20:46:20 +00:00 committed by GitHub
parent c42a9a8f0d
commit 831b686609
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";
};