From 910d57910095f4c41852ce89860a88ff5f73ee46 Mon Sep 17 00:00:00 2001 From: Rachel Lambda Samuelsson Date: Fri, 6 Oct 2023 12:01:45 +0200 Subject: [PATCH] hyfetch --- home/rachel.nix | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/home/rachel.nix b/home/rachel.nix index 7163e10..6512186 100644 --- a/home/rachel.nix +++ b/home/rachel.nix @@ -20,8 +20,6 @@ in username = username; homeDirectory = homeDir; packages = with pkgs; [ - neofetch - pfetch unzip zip xz @@ -261,6 +259,17 @@ in ''; }; + hyfetch = { + enable = true; + settings = { + preset = "lesbian"; + mode = "rgb"; + color_align = { + mode = "horizontal"; + }; + }; + }; + alacritty = { enable = true; settings = {