{ programs.fastfetch = { enable = true; settings = { logo = { source = "NixOS_small"; padding = { top = 3; right = 1; left = 1; }; }; modules = [ "title" "separator" "os" "shell" "de" "wm" "terminal" "cpu" "gpu" "memory" "swap" "disk" # "break" { type = "colors"; symbol = "circle"; } ]; }; }; }