From 80d7e8489dbf528f4dd2a043dc3ae51e7005a0ea Mon Sep 17 00:00:00 2001 From: _cry64 Date: Fri, 27 Mar 2026 13:06:24 +1000 Subject: [PATCH] neofetch + helvum are unmaintained --- groups/desktops/programs.nix | 2 +- homes/modules/cli/hyfetch.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/groups/desktops/programs.nix b/groups/desktops/programs.nix index 6be45cb..15c854c 100644 --- a/groups/desktops/programs.nix +++ b/groups/desktops/programs.nix @@ -59,7 +59,7 @@ wl-screenrec # screen recording utility # Userland Applications - helvum + qpwgraph easyeffects pavucontrol qbittorrent # torrenting diff --git a/homes/modules/cli/hyfetch.nix b/homes/modules/cli/hyfetch.nix index e567922..bdaf9e6 100644 --- a/homes/modules/cli/hyfetch.nix +++ b/homes/modules/cli/hyfetch.nix @@ -1,12 +1,12 @@ {pkgs, ...}: { home.packages = with pkgs; [ - neofetch + fastfetch ]; programs.hyfetch = { enable = true; settings = { - backend = "neofetch"; + backend = "fastfetch"; args = null; distro = null;