diff --git a/configuration.nix b/configuration.nix index 05c754f..48a49e6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -272,14 +272,14 @@ in }; modules = [ { - type = "datetime"; - key = "Date/Time"; - format = "{1}-{3}-{11} {14}:{17}:{20}"; + type = "datetime"; + key = "Date/Time"; + format = "{1}-{3}-{11} {14}:{17}:{20}"; } { - type = "os", - key = " OS", - keyColor = "yellow" + type = "os" + key = " OS" + keyColor = "yellow" } "cpu" "gpu" diff --git a/nixos-switch.log b/nixos-switch.log index 088ffc4..229558f 100644 --- a/nixos-switch.log +++ b/nixos-switch.log @@ -19,14 +19,14 @@ error: (stack trace truncated; use '--show-trace' to show the full trace) - error: syntax error, unexpected ',', expecting ';' + error: syntax error, unexpected '=', expecting ';' - at /etc/nixos/configuration.nix:280:21: + at /etc/nixos/configuration.nix:281:15: - 279| { - 280| type = "os", - | ^ - 281| key = " OS", + 280| type = "os" + 281| key = " OS" + | ^ + 282| keyColor = "yellow" building Nix... error: … while evaluating the attribute 'config' @@ -49,14 +49,14 @@ error: (stack trace truncated; use '--show-trace' to show the full trace) - error: syntax error, unexpected ',', expecting ';' + error: syntax error, unexpected '=', expecting ';' - at /etc/nixos/configuration.nix:280:21: + at /etc/nixos/configuration.nix:281:15: - 279| { - 280| type = "os", - | ^ - 281| key = " OS", + 280| type = "os" + 281| key = " OS" + | ^ + 282| keyColor = "yellow" building the system configuration... error: … while evaluating the attribute 'config.system.build.toplevel' @@ -79,11 +79,11 @@ error: (stack trace truncated; use '--show-trace' to show the full trace) - error: syntax error, unexpected ',', expecting ';' + error: syntax error, unexpected '=', expecting ';' - at /etc/nixos/configuration.nix:280:21: + at /etc/nixos/configuration.nix:281:15: - 279| { - 280| type = "os", - | ^ - 281| key = " OS", + 280| type = "os" + 281| key = " OS" + | ^ + 282| keyColor = "yellow"