434 current 2024-08-18 20:39:45 24.05.3642.883180e6550c 6.6.44 *

This commit is contained in:
deadvey 2024-08-18 20:49:00 +01:00
parent 6ab6758e51
commit 6cf4256276
2 changed files with 106 additions and 26 deletions

View File

@ -281,10 +281,25 @@ in
key = " OS"; key = " OS";
keyColor = "yellow"; keyColor = "yellow";
} }
"cpu" {
"gpu" type = "cpu"
"memory" key = " PC ";
"colors" keyColor = "green";
}
{
type = "gpu";
key = " ";
keyColor = "green";
}
{
type = "memory";
key = " ";
keyColor = "green";
}
{
"type": "custom",
"format": " \u001b[90m \u001b[31m \u001b[32m \u001b[33m \u001b[34m \u001b[35m \u001b[36m \u001b[37m \u001b[38m \u001b[39m \u001b[38m \u001b[37m \u001b[36m \u001b[35m \u001b[34m \u001b[33m \u001b[32m \u001b[31m \u001b[90m"
}
]; ];
}; };
}; };

View File

@ -1,24 +1,89 @@
error:
… while evaluating the attribute 'config'
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9:
321| options = checked options;
322| config = checked (removeAttrs config [ "_module" ]);
| ^
323| _module = checked (config._module);
… while calling the 'seq' builtin
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18:
321| options = checked options;
322| config = checked (removeAttrs config [ "_module" ]);
| ^
323| _module = checked (config._module);
(stack trace truncated; use '--show-trace' to show the full trace)
error: syntax error, unexpected '=', expecting ';'
at /etc/nixos/configuration.nix:286:8:
285| type = "cpu"
286| key = " PC ╦";
| ^
287| keyColor = "green";
building Nix... building Nix...
error:
… while evaluating the attribute 'config'
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9:
321| options = checked options;
322| config = checked (removeAttrs config [ "_module" ]);
| ^
323| _module = checked (config._module);
… while calling the 'seq' builtin
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18:
321| options = checked options;
322| config = checked (removeAttrs config [ "_module" ]);
| ^
323| _module = checked (config._module);
(stack trace truncated; use '--show-trace' to show the full trace)
error: syntax error, unexpected '=', expecting ';'
at /etc/nixos/configuration.nix:286:8:
285| type = "cpu"
286| key = " PC ╦";
| ^
287| keyColor = "green";
building the system configuration... building the system configuration...
trace: warning: The option `services.xserver.displayManager.defaultSession' defined in `/etc/nixos/configuration.nix' has been renamed to `services.displayManager.defaultSession'. error:
these 7 derivations will be built: … while evaluating the attribute 'config.system.build.toplevel'
/nix/store/glnxgdhiqiql27nqpz5xgpl0hpdb578f-config.jsonc.drv
/nix/store/flqs9wwwjfg4kxy5bcy4is1k2nrzr9f9-home-manager-files.drv at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9:
/nix/store/ww52ldkcg9lrfn1ls68sis0r01zz40ls-home-manager-generation.drv
/nix/store/xp712h3bvqiv3r52mpkfnix41j3q0wpj-unit-home-manager-deadvey.service.drv 321| options = checked options;
/nix/store/nknp29qg8vac8z7b8wp2g9nrvcwp8ypb-system-units.drv 322| config = checked (removeAttrs config [ "_module" ]);
/nix/store/rjr4j82mk93rqamxrl380xcvizslp81y-etc.drv | ^
/nix/store/c768njrvs9wp2qgpjjqc8hzi84p4rda6-nixos-system-nixos-24.05.3642.883180e6550c.drv 323| _module = checked (config._module);
building '/nix/store/glnxgdhiqiql27nqpz5xgpl0hpdb578f-config.jsonc.drv'...
building '/nix/store/flqs9wwwjfg4kxy5bcy4is1k2nrzr9f9-home-manager-files.drv'... … while calling the 'seq' builtin
building '/nix/store/ww52ldkcg9lrfn1ls68sis0r01zz40ls-home-manager-generation.drv'...
building '/nix/store/xp712h3bvqiv3r52mpkfnix41j3q0wpj-unit-home-manager-deadvey.service.drv'... at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18:
building '/nix/store/nknp29qg8vac8z7b8wp2g9nrvcwp8ypb-system-units.drv'...
building '/nix/store/rjr4j82mk93rqamxrl380xcvizslp81y-etc.drv'... 321| options = checked options;
building '/nix/store/c768njrvs9wp2qgpjjqc8hzi84p4rda6-nixos-system-nixos-24.05.3642.883180e6550c.drv'... 322| config = checked (removeAttrs config [ "_module" ]);
activating the configuration... | ^
setting up /etc... 323| _module = checked (config._module);
reloading user units for lightdm...
reloading user units for deadvey... (stack trace truncated; use '--show-trace' to show the full trace)
restarting sysinit-reactivation.target
restarting the following units: home-manager-deadvey.service error: syntax error, unexpected '=', expecting ';'
at /etc/nixos/configuration.nix:286:8:
285| type = "cpu"
286| key = " PC ╦";
| ^
287| keyColor = "green";