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:37:09 +01:00
parent a9e224093f
commit 7424add33a
2 changed files with 97 additions and 23 deletions

View File

@ -265,13 +265,22 @@ in
logo = { logo = {
source = "nixos_small"; source = "nixos_small";
}; };
display = {
binaryPrefix = "si";
color = "blue";
separator = " ";
};
modules = [ modules = [
{ {
type = "datetime"; type = "datetime";
key = "Date/Time"; key = "Date/Time";
format = "{1}-{3}-{11} {14}:{17}:{20}"; format = "{1}-{3}-{11} {14}:{17}:{20}";
},
{
"type": "os",
"key": " OS",
"keyColor": "yellow"
} }
"os"
"cpu" "cpu"
"gpu" "gpu"
"memory" "memory"

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 ','
at /etc/nixos/configuration.nix:278:11:
277| format = "{1}-{3}-{11} {14}:{17}:{20}";
278| },
| ^
279| {
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 ','
at /etc/nixos/configuration.nix:278:11:
277| format = "{1}-{3}-{11} {14}:{17}:{20}";
278| },
| ^
279| {
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/p8k03mgh4ra9d606wwf954jm5gzsfg62-config.jsonc.drv
/nix/store/vhg291sy86a6xxz61id0xrk2nvrsav7n-home-manager-files.drv at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9:
/nix/store/shfzc4c6pyyjsfwbw239ckkmkk0g63a9-home-manager-generation.drv
/nix/store/ls8ymdxvrydkhyq3ax18rq608aiaqr41-unit-home-manager-deadvey.service.drv 321| options = checked options;
/nix/store/dw6hkj8g72cw95akv2w95izwjlsvig66-system-units.drv 322| config = checked (removeAttrs config [ "_module" ]);
/nix/store/8j6f31f4bb6cprvlpz2f32jhfx4df26g-etc.drv | ^
/nix/store/6fy66gbzs3l96gj63g5apkmgmwfajwlz-nixos-system-nixos-24.05.3642.883180e6550c.drv 323| _module = checked (config._module);
building '/nix/store/p8k03mgh4ra9d606wwf954jm5gzsfg62-config.jsonc.drv'...
building '/nix/store/vhg291sy86a6xxz61id0xrk2nvrsav7n-home-manager-files.drv'... … while calling the 'seq' builtin
building '/nix/store/shfzc4c6pyyjsfwbw239ckkmkk0g63a9-home-manager-generation.drv'...
building '/nix/store/ls8ymdxvrydkhyq3ax18rq608aiaqr41-unit-home-manager-deadvey.service.drv'... at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18:
building '/nix/store/dw6hkj8g72cw95akv2w95izwjlsvig66-system-units.drv'...
building '/nix/store/8j6f31f4bb6cprvlpz2f32jhfx4df26g-etc.drv'... 321| options = checked options;
building '/nix/store/6fy66gbzs3l96gj63g5apkmgmwfajwlz-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 ','
at /etc/nixos/configuration.nix:278:11:
277| format = "{1}-{3}-{11} {14}:{17}:{20}";
278| },
| ^
279| {