From a75b69b88f967e6271d75a1bc122da0b2e4eeece Mon Sep 17 00:00:00 2001 From: jjanzen Date: Wed, 8 Jan 2025 17:24:21 -0600 Subject: system changes --- common/.flake/home/programs/fastfetch.nix.org | 45 ++++++++++----------------- 1 file changed, 17 insertions(+), 28 deletions(-) (limited to 'common/.flake/home/programs/fastfetch.nix.org') diff --git a/common/.flake/home/programs/fastfetch.nix.org b/common/.flake/home/programs/fastfetch.nix.org index acdbd16..4ab4a25 100644 --- a/common/.flake/home/programs/fastfetch.nix.org +++ b/common/.flake/home/programs/fastfetch.nix.org @@ -1,33 +1,6 @@ #+title: Fastfetch Configuration -Specify the layout for =fastfetch=. -#+begin_src nix - { config, pkgs, ... }: - - { - programs.fastfetch = { - enable = true; - settings = { -#+end_src - -Use a =sixel=-encoded logo at =~/.config/fastfetch/logo.sixel=. -#+begin_src nix - logo = { - type = "raw"; - source = "~/.config/fastfetch/logo.sixel"; - width = 40; - height = 19; - }; -#+end_src - -Use two spaces as a separator. -#+begin_src nix - display = { - separator = " "; - }; -#+end_src - -List out +Specify the layout for =fastfetch=. List out - Operating system - The kernel - Uptime @@ -42,7 +15,23 @@ List out - Disk usage - Locale - Colours + #+begin_src nix + { config, pkgs, ... }: + + { + programs.fastfetch = { + enable = true; + settings = { + logo = { + type = "raw"; + source = "~/.config/fastfetch/logo.sixel"; + width = 40; + height = 19; + }; + display = { + separator = " "; + }; modules = [ "title" { -- cgit v1.2.3