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 ];