Update fastfetch.nix

This commit is contained in:
ediblerope 2025-12-21 20:24:31 +00:00 committed by GitHub
parent c9722921c4
commit 2f6468ca30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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