1
0
Fork 0
forked from UniverseBow/flake

neofetch + helvum are unmaintained

This commit is contained in:
do butterflies cry? 2026-03-27 13:06:24 +10:00
parent 5d6ef3f5ad
commit 80d7e8489d
Signed by: cry
GPG key ID: F68745A836CA0412
2 changed files with 3 additions and 3 deletions

View file

@ -59,7 +59,7 @@
wl-screenrec # screen recording utility
# Userland Applications
helvum
qpwgraph
easyeffects
pavucontrol
qbittorrent # torrenting

View file

@ -1,12 +1,12 @@
{pkgs, ...}: {
home.packages = with pkgs; [
neofetch
fastfetch
];
programs.hyfetch = {
enable = true;
settings = {
backend = "neofetch";
backend = "fastfetch";
args = null;
distro = null;