From a631215b9217edb2c282f43cfc3b155625d9ad8e Mon Sep 17 00:00:00 2001 From: ediblerope Date: Sun, 21 Dec 2025 20:24:40 +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 f11c651..cad8b26 100644 --- a/apps/fastfetch.nix +++ b/apps/fastfetch.nix @@ -1,6 +1,6 @@ { config, pkgs, ... }: { - # Install fastfetch, ghostty, and nerd fonts + # Install fastfetch environment.systemPackages = with pkgs; [ fastfetch ];