@@ -2596,48 +2596,41 @@ static const FFlogo N[] = {
25962596 },
25972597 // NixOS
25982598 {
2599- .names = {"NixOS" , "nix" , "nixos-linux" , "nix-linux" , "nix-os" , "nix_os" , "nix_os_linux" },
2599+ .names = {"NixOS" , "nix" , "nixos-linux" , "nix-linux" },
26002600 .lines = FASTFETCH_DATATEXT_LOGO_NIXOS ,
26012601 .colors = {
26022602 FF_COLOR_FG_BLUE ,
26032603 FF_COLOR_FG_CYAN ,
26042604 },
2605- .colorKeys = FF_COLOR_FG_CYAN ,
2606- .colorTitle = FF_COLOR_FG_BLUE ,
26072605 },
2608- // NixOS_small
2606+ // NixOSSmall
26092607 {
2610- .names = {"NixOS_small" , "nix_small" },
2608+ .names = {"NixOS_small" , "nix_small" , "nixos-linux-small" , "nix-linux-small" },
26112609 .lines = FASTFETCH_DATATEXT_LOGO_NIXOS_SMALL ,
26122610 .colors = {
26132611 FF_COLOR_FG_BLUE ,
26142612 FF_COLOR_FG_CYAN ,
26152613 },
2616- .colorKeys = FF_COLOR_FG_CYAN ,
2617- .colorTitle = FF_COLOR_FG_BLUE ,
26182614 },
2619- // NixOsOld
2615+ // NixOSOld
26202616 {
2621- .names = {"nixos_old" , "nix-old" , "nixos-old" , "nix_old" , "nix-os-old" , "nix_os_old" },
2617+ .names = {"nixos_old" , "nix-old" , "nixos-old" , "nix_old" },
26222618 .type = FF_LOGO_LINE_TYPE_ALTER_BIT ,
26232619 .lines = FASTFETCH_DATATEXT_LOGO_NIXOS_OLD ,
26242620 .colors = {
26252621 FF_COLOR_FG_BLUE ,
26262622 FF_COLOR_FG_CYAN ,
26272623 },
2628- .colorKeys = FF_COLOR_FG_CYAN ,
2629- .colorTitle = FF_COLOR_FG_BLUE ,
26302624 },
2631- // NixOsSmall
2625+ // NixOsOldSmall
26322626 {
2633- .names = {"nixos_small " , "nix-small" , "nixos-small" , "nix_small" , "nix-os- small" , "nix_os_small " },
2634- .type = FF_LOGO_LINE_TYPE_SMALL_BIT ,
2635- .lines = FASTFETCH_DATATEXT_LOGO_NIXOS_SMALL ,
2627+ .names = {"nixos_old_small " , "nix-old- small" , "nixos-old- small" , "nix_old_small " },
2628+ .type = FF_LOGO_LINE_TYPE_SMALL_BIT | FF_LOGO_LINE_TYPE_ALTER_BIT ,
2629+ .lines = FASTFETCH_DATATEXT_LOGO_NIXOS_OLD_SMALL ,
26362630 .colors = {
26372631 FF_COLOR_FG_BLUE ,
2632+ FF_COLOR_FG_CYAN ,
26382633 },
2639- .colorKeys = FF_COLOR_FG_BLUE ,
2640- .colorTitle = FF_COLOR_FG_BLUE ,
26412634 },
26422635 // NetBSD
26432636 {
0 commit comments