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 wl-screenrec # screen recording utility
# Userland Applications # Userland Applications
helvum qpwgraph
easyeffects easyeffects
pavucontrol pavucontrol
qbittorrent # torrenting qbittorrent # torrenting

View file

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