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