From 8294a71b93fe7d4cb6ef9c6745c265e1ec573b01 Mon Sep 17 00:00:00 2001 From: deadvey Date: Tue, 27 Aug 2024 16:35:38 +0100 Subject: [PATCH] 548 current 2024-08-27 16:16:27 24.05.3999.c42fcfbdfeae 6.6.46 * --- configuration.nix | 4 ++-- nixos-switch.log | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configuration.nix b/configuration.nix index 2009c84..32ef2d4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -312,11 +312,11 @@ in warning.border = "#${PURPLE}"; }; prompts = { - fg = "$#{FG2}"; + fg = "#${FG2}"; border = "#${BG}; bg = "#${BG}"; selected.bg = "#${BG}"; - selected.fg = "$#{FG2}"; + selected.fg = "#${FG2}"; }; statusbar = { normal.fg = "#${GREEN}"; diff --git a/nixos-switch.log b/nixos-switch.log index a121145..32bf21c 100644 --- a/nixos-switch.log +++ b/nixos-switch.log @@ -26,7 +26,7 @@ error: 317| bg = "#${BG}"; 318| selected.bg = "#${BG}"; | ^ - 319| selected.fg = "$#{FG2}"; + 319| selected.fg = "#${FG2}"; building Nix... error: … while evaluating the attribute 'config' @@ -56,7 +56,7 @@ error: 317| bg = "#${BG}"; 318| selected.bg = "#${BG}"; | ^ - 319| selected.fg = "$#{FG2}"; + 319| selected.fg = "#${FG2}"; building the system configuration... error: … while evaluating the attribute 'config.system.build.toplevel' @@ -86,4 +86,4 @@ error: 317| bg = "#${BG}"; 318| selected.bg = "#${BG}"; | ^ - 319| selected.fg = "$#{FG2}"; + 319| selected.fg = "#${FG2}";