Update fastfetch.nix

This commit is contained in:
ediblerope 2025-12-21 20:30:01 +00:00 committed by GitHub
parent 142391b4a5
commit c8c58fa8b0
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
];
@ -10,7 +10,7 @@
nerd-fonts.jetbrains-mono
nerd-fonts.meslo-lg
];
# Create the fastfetch config file
# Create the fastfetch config file with custom image
environment.etc."fastfetch/config.jsonc".text = ''
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",