From 73aaf3ef6dafb405639cf9aa03bce44d6c460618 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 22 May 2022 16:57:33 -0400 Subject: [PATCH] tweak(neofetch): move Memory to the end of section --- users/infinidoge/config/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/infinidoge/config/default.nix b/users/infinidoge/config/default.nix index 47bad9a..8c06cc8 100644 --- a/users/infinidoge/config/default.nix +++ b/users/infinidoge/config/default.nix @@ -30,9 +30,9 @@ with lib; prin "$(color 7)PC" "${if main.info.model != "" then main.info.model else "A Computer"}" info "$(color 15)├─$(color 6) CPU" cpu info "$(color 15)├─$(color 6) GPU" gpu - info "$(color 15)├─$(color 6) Memory" memory info "$(color 15)├─$(color 6) Battery" battery - info "$(color 15)└─$(color 6) Resolution" resolution + info "$(color 15)├─$(color 6) Resolution" resolution + info "$(color 15)└─$(color 6) Memory" memory ${ if main.info.graphical then '' prin