433 current 2024-08-18 19:22:36 24.05.3642.883180e6550c 6.6.44 *

This commit is contained in:
deadvey 2024-08-18 20:39:15 +01:00
parent e5bb431353
commit 027a7d7ce7
2 changed files with 24 additions and 24 deletions

View File

@ -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"

View File

@ -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"