From ceabd490e64b2d0426b9bb4d4495ed229c884426 Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Sun, 2 Mar 2025 21:40:45 +0100 Subject: [PATCH] hyfetch --- home-manager/common.nix | 20 ++++++++++++++++++++ nixos/configuration.nix | 1 + 2 files changed, 21 insertions(+) diff --git a/home-manager/common.nix b/home-manager/common.nix index c088be9..594a9f6 100644 --- a/home-manager/common.nix +++ b/home-manager/common.nix @@ -69,6 +69,26 @@ in }; }; + programs.hyfetch = { + enable = true; + settings = { + preset = "transgender"; + mode = "rgb"; + light_dark = "dark"; + lightness = 0.65; + color_align = { + mode = "horizontal"; + custom_colors = [ ]; + fore_back = null; + }; + backend = "fastfetch"; + args = null; + distro = null; + pride_month_shown = [ ]; + pride_month_disable = false; + }; + }; + programs.home-manager.enable = true; # https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion diff --git a/nixos/configuration.nix b/nixos/configuration.nix index ec5d59e..3873d62 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -294,6 +294,7 @@ in virt-manager podman neofetch # for the grub theme + fastfetch podman-compose man-pages man-pages-posix