Update fastfetch.nix

This commit is contained in:
ediblerope 2025-12-21 20:09:48 +00:00 committed by GitHub
parent fd1a52bae7
commit 2c7e4eec60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
{ config, pkgs, ... }:
{
# Install fastfetch, ghostty, and nerd fonts
# Install fastfetch
environment.systemPackages = with pkgs; [
fastfetch
];
@ -30,7 +30,7 @@
"modules": [
{
"type": "command",
"text": "echo $(whoami)@$(hostname) $(uname -r)"
"text": "echo $(whoami)@$(hostname) - $(uname) $(uname -r) - $(gnome-shell --version | awk '{print $1, $3}')"
},
{
"type": "colors",