Update fastfetch.nix

This commit is contained in:
ediblerope 2025-12-21 12:16:53 +00:00 committed by GitHub
parent 6192f036a4
commit 54db358ae6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
# Install fastfetch, ghostty, and nerd fonts # Install fastfetch
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
fastfetch fastfetch
]; ];
@ -17,6 +17,9 @@
environment.etc."fastfetch/config.jsonc".text = '' environment.etc."fastfetch/config.jsonc".text = ''
{ {
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"source": "none"
},
"display": { "display": {
"separator": " ", "separator": " ",
"color": { "color": {
@ -30,7 +33,7 @@
"modules": [ "modules": [
{ {
"type": "title", "type": "title",
"format": "@{host-name-colored}" "format": "{host-name-colored}"
}, },
{ {
"type": "separator", "type": "separator",