From ca454d2de27650a16ddbefa9aff2e4bfb36e971d Mon Sep 17 00:00:00 2001 From: twoneis Date: Sun, 16 Jun 2024 00:29:08 +0200 Subject: [PATCH] remove lsd + housekeeping --- modules/home/utils/default.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/modules/home/utils/default.nix b/modules/home/utils/default.nix index 2fc0f87..7a537b4 100644 --- a/modules/home/utils/default.nix +++ b/modules/home/utils/default.nix @@ -63,11 +63,6 @@ enable = true; }; - programs.lsd = { - enable = true; - enableAliases = true; - }; - programs.hyfetch = { enable = true; settings = { @@ -77,14 +72,9 @@ lightness = 0.65; color_align = { mode = "horizontal"; - custom_colors = []; - fore_back = null; }; backend = "neofetch"; - args = null; distro = "nixos_old"; - pride_month_shown = []; - pride_month_disable = false; }; };