From 2d343f73749e6cc515a5e125c165db36a1dfde0f Mon Sep 17 00:00:00 2001 From: Liam Malone Date: Fri, 19 Jul 2024 16:12:14 -0400 Subject: [PATCH] fastfetch config --- hosts/default/home.nix | 51 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/hosts/default/home.nix b/hosts/default/home.nix index f9c4fb7..065d922 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -30,7 +30,6 @@ emacs-all-the-icons-fonts emacsPackages.pdf-tools exfatprogs - fastfetch filezilla firefox floorp @@ -42,6 +41,7 @@ grim grimblast htop + imagemagick keepassxc libsForQt5.polkit-kde-agent libtool @@ -208,6 +208,55 @@ epkgs.org-pdftools ]; }; + fastfetch = { + enable = true; + settings = { + logo = { + source = "~/pictures/smol-penguin.png"; + type = "kitty-direct"; + width = 18; + height = 9; + padding = { + top = 2; + left = 1; + right = 3; + }; + }; + display = { + separator = " -> "; + }; + modules = [ + "title" + { + type = "custom"; + format = "────────── Env ──────────"; + } + { + type = "os"; + key = "OS "; + } + { + type = "wm"; + key = "WM "; + } + "editor" + "break" + { + type = "custom"; + format = "────────── Sys ──────────"; + } + "cpu" + "gpu" + { + type = "memory"; + key = "MEM"; + } + "vulkan" + "disk" + "battery" + ]; + }; + }; feh.enable = true; git = { enable = true;