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 = {