548 current 2024-08-27 16:16:27 24.05.3999.c42fcfbdfeae 6.6.46 *
This commit is contained in:
parent
12f4bee133
commit
7a7c5447c2
@ -263,26 +263,30 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
colors = {
|
colors = {
|
||||||
completion.fg = "#${FG2}";
|
completion = {
|
||||||
completion.odd.bg = "#${BG1}";
|
fg = "#${FG2}";
|
||||||
completion.even.bg = "#${BG}";
|
odd.bg = "#${BG1}";
|
||||||
completion.category.fg = "#${YELLOW}";
|
even.bg = "#${BG}";
|
||||||
completion.category.bg = "#${BG}";
|
category.fg = "#${YELLOW}";
|
||||||
completion.category.border.top = "#${BG}";
|
category.bg = "#${BG}";
|
||||||
completion.category.border.bottom = "#${BG}";
|
category.border.top = "#${BG}";
|
||||||
completion.item.selected.fg = "#${FG2}";
|
category.border.bottom = "#${BG}";
|
||||||
completion.item.selected.bg = "#${BG2}";
|
item.selected.fg = "#${FG2}";
|
||||||
completion.item.selected.border.top = "#${BG2}";
|
item.selected.bg = "#${BG2}";
|
||||||
completion.item.selected.border.bottom = "#${BG2}";
|
item.selected.border.top = "#${BG2}";
|
||||||
completion.item.selected.match.fg = "#${GREEN}";
|
item.selected.border.bottom = "#${BG2}";
|
||||||
completion.match.fg = "#${GREEN}";
|
item.selected.match.fg = "#${GREEN}";
|
||||||
completion.scrollbar.bg = "#${BG}";
|
match.fg = "#${GREEN}";
|
||||||
contextmenu.disabled.bg = "#${BG1}";
|
scrollbar.bg = "#${BG}";
|
||||||
contextmenu.disabled.fg = "#${FG3}";
|
};
|
||||||
contextmenu.menu.bg = "#${BG}";
|
contextmenu = {
|
||||||
contextmenu.menu.fg = "#${FG2}";
|
disabled.bg = "#${BG1}";
|
||||||
contextmenu.selected.bg = "#${BG2}";
|
disabled.fg = "#${FG3}";
|
||||||
contextmenu.selected.fg = "#${FG2}";
|
menu.bg = "#${BG}";
|
||||||
|
menu.fg = "#${FG2}";
|
||||||
|
selected.bg = "#${BG2}";
|
||||||
|
selected.fg = "#${FG2}";
|
||||||
|
}
|
||||||
downloads = {
|
downloads = {
|
||||||
bar.bg = "#${BG}";
|
bar.bg = "#${BG}";
|
||||||
start.fg = "#${BG}";
|
start.fg = "#${BG}";
|
||||||
@ -291,6 +295,30 @@ in
|
|||||||
stop.bg = "#${AQUA}";
|
stop.bg = "#${AQUA}";
|
||||||
error.fg = "#${RED}";
|
error.fg = "#${RED}";
|
||||||
};
|
};
|
||||||
|
hints = {
|
||||||
|
fg = "#${BG}";
|
||||||
|
bg = "#${YELLOW}";
|
||||||
|
};
|
||||||
|
keyhint = {
|
||||||
|
fg = "#${FG2}";
|
||||||
|
bg = "#${BG}";
|
||||||
|
};
|
||||||
|
messages = {
|
||||||
|
error.fg = "#${BG}";
|
||||||
|
error.bg = "#${RED}";
|
||||||
|
error.border = "#${BG}";
|
||||||
|
warning.fg = "#${BG}";
|
||||||
|
warning.bg = "#${PURPLE}";
|
||||||
|
warning.border = "#${PURPLE}";
|
||||||
|
};
|
||||||
|
prompts = {
|
||||||
|
fg = "$#{FG2}";
|
||||||
|
border = "#${BG};
|
||||||
|
bg = "#${BG}";
|
||||||
|
selected.bg = "#${BG}";
|
||||||
|
selected.fg = "$#{FG2}";
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
110
nixos-switch.log
110
nixos-switch.log
@ -1,25 +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:290:20:
|
||||||
|
|
||||||
|
289| }
|
||||||
|
290| downloads = {
|
||||||
|
| ^
|
||||||
|
291| bar.bg = "#${BG}";
|
||||||
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:290:20:
|
||||||
|
|
||||||
|
289| }
|
||||||
|
290| downloads = {
|
||||||
|
| ^
|
||||||
|
291| bar.bg = "#${BG}";
|
||||||
building the system configuration...
|
building the system configuration...
|
||||||
these 8 derivations will be built:
|
error:
|
||||||
/nix/store/5ss18m3y1m447gzwx7ikjml84yla5f4p-hm_qutebrowserconfig.py.drv
|
… while evaluating the attribute 'config.system.build.toplevel'
|
||||||
/nix/store/c8rjjy8xlmz11bmj14brgx7r907ajlq1-activation-script.drv
|
|
||||||
/nix/store/gyrw42ikqgyr8f2wwds5364aqyqd6473-home-manager-files.drv
|
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9:
|
||||||
/nix/store/hlidy5w4fqnrpkvq32pk0xj6wh0zfz45-home-manager-generation.drv
|
|
||||||
/nix/store/i87d30zs6myzmqal3w30q437avxr55wb-unit-home-manager-deadvey.service.drv
|
321| options = checked options;
|
||||||
/nix/store/p3iz9if3q4v47dgfz9jkxpjs6v6qwl46-system-units.drv
|
322| config = checked (removeAttrs config [ "_module" ]);
|
||||||
/nix/store/j62haks2r0ski4njb0nij1zsxhfhni07-etc.drv
|
| ^
|
||||||
/nix/store/j5l4yh9lg5i7nggx1hc4jmgycfl7b5n5-nixos-system-nixos-24.05.3999.c42fcfbdfeae.drv
|
323| _module = checked (config._module);
|
||||||
building '/nix/store/5ss18m3y1m447gzwx7ikjml84yla5f4p-hm_qutebrowserconfig.py.drv'...
|
|
||||||
building '/nix/store/c8rjjy8xlmz11bmj14brgx7r907ajlq1-activation-script.drv'...
|
… while calling the 'seq' builtin
|
||||||
building '/nix/store/gyrw42ikqgyr8f2wwds5364aqyqd6473-home-manager-files.drv'...
|
|
||||||
building '/nix/store/hlidy5w4fqnrpkvq32pk0xj6wh0zfz45-home-manager-generation.drv'...
|
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18:
|
||||||
building '/nix/store/i87d30zs6myzmqal3w30q437avxr55wb-unit-home-manager-deadvey.service.drv'...
|
|
||||||
building '/nix/store/p3iz9if3q4v47dgfz9jkxpjs6v6qwl46-system-units.drv'...
|
321| options = checked options;
|
||||||
building '/nix/store/j62haks2r0ski4njb0nij1zsxhfhni07-etc.drv'...
|
322| config = checked (removeAttrs config [ "_module" ]);
|
||||||
building '/nix/store/j5l4yh9lg5i7nggx1hc4jmgycfl7b5n5-nixos-system-nixos-24.05.3999.c42fcfbdfeae.drv'...
|
| ^
|
||||||
activating the configuration...
|
323| _module = checked (config._module);
|
||||||
setting up /etc...
|
|
||||||
reloading user units for lightdm...
|
(stack trace truncated; use '--show-trace' to show the full trace)
|
||||||
reloading user units for deadvey...
|
|
||||||
restarting sysinit-reactivation.target
|
error: syntax error, unexpected '=', expecting ';'
|
||||||
restarting the following units: home-manager-deadvey.service
|
|
||||||
|
at /etc/nixos/configuration.nix:290:20:
|
||||||
|
|
||||||
|
289| }
|
||||||
|
290| downloads = {
|
||||||
|
| ^
|
||||||
|
291| bar.bg = "#${BG}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user