From f544bb8a4ceec81f191f79d95a9356f61d50537e Mon Sep 17 00:00:00 2001 From: ediblerope Date: Sun, 21 Dec 2025 12:09:58 +0000 Subject: [PATCH] Update fastfetch.nix --- apps/fastfetch.nix | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/apps/fastfetch.nix b/apps/fastfetch.nix index 067c6a2..4d35616 100644 --- a/apps/fastfetch.nix +++ b/apps/fastfetch.nix @@ -4,7 +4,6 @@ # Install fastfetch, ghostty, and nerd fonts environment.systemPackages = with pkgs; [ fastfetch - ghostty ]; # Install Nerd Fonts for icon support @@ -14,27 +13,10 @@ nerd-fonts.meslo-lg ]; - # Download your custom image from GitHub - environment.etc."fastfetch/logo.png".source = pkgs.fetchurl { - url = "https://raw.githubusercontent.com/ediblerope/nixos-config/main/walls/owventures-2.png"; - sha256 = "sha256-kLAEahmpqZklN9FAMMI/ojPWB/rC2yb2Ip8gk6RIStk="; - }; - # 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", - "logo": { - "source": "/etc/fastfetch/logo.png", - "type": "kitty-direct", - "width": 20, - "height": 13, - "padding": { - "top": 1, - "left": 2, - "right": 4 - } - }, "display": { "separator": " ", "color": { @@ -48,7 +30,7 @@ "modules": [ { "type": "title", - "format": "{user-name-colored}@{host-name-colored}" + "format": "@{host-name-colored}" }, { "type": "separator", @@ -70,18 +52,6 @@ "type": "uptime", "keyColor": "blue" }, - { - "type": "packages", - "keyColor": "blue" - }, - { - "type": "shell", - "keyColor": "blue" - }, - { - "type": "terminal", - "keyColor": "blue" - }, { "type": "de", "keyColor": "blue"