Update fastfetch.nix

This commit is contained in:
ediblerope 2025-12-21 20:24:40 +00:00 committed by GitHub
parent 2f6468ca30
commit a631215b92
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
];