forked from UniverseBow/flake
neofetch + helvum are unmaintained
This commit is contained in:
parent
5d6ef3f5ad
commit
80d7e8489d
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue