Update fastfetch.nix
This commit is contained in:
parent
522bfd4bc2
commit
26fa4c56da
1 changed files with 5 additions and 4 deletions
|
|
@ -1,9 +1,10 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
# Install fastfetch and nerd fonts
|
# Install fastfetch, ghostty, and nerd fonts
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
fastfetch
|
fastfetch
|
||||||
|
ghostty
|
||||||
];
|
];
|
||||||
|
|
||||||
# Install Nerd Fonts for icon support
|
# Install Nerd Fonts for icon support
|
||||||
|
|
@ -25,9 +26,9 @@
|
||||||
"$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": {
|
"logo": {
|
||||||
"source": "/etc/fastfetch/logo.png",
|
"source": "/etc/fastfetch/logo.png",
|
||||||
"type": "auto",
|
"type": "kitty-direct",
|
||||||
"width": 25,
|
"width": 35,
|
||||||
"height": 12,
|
"height": 18,
|
||||||
"padding": {
|
"padding": {
|
||||||
"top": 1,
|
"top": 1,
|
||||||
"left": 2,
|
"left": 2,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue