diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-08 17:24:21 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-08 17:24:21 -0600 |
commit | a75b69b88f967e6271d75a1bc122da0b2e4eeece (patch) | |
tree | 20b7fb1bec30f68e61846c45a481bee174f4af9f /common/.flake/home/programs/fastfetch.nix.org | |
parent | a1cbc273fb92c69ea1b8534f6ef6064b5da40e31 (diff) |
system changes
Diffstat (limited to 'common/.flake/home/programs/fastfetch.nix.org')
-rw-r--r-- | common/.flake/home/programs/fastfetch.nix.org | 45 |
1 files changed, 17 insertions, 28 deletions
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" { |