diff --git a/nixos-switch.log b/nixos-switch.log index 0a3b27d..51030fe 100644 --- a/nixos-switch.log +++ b/nixos-switch.log @@ -21,12 +21,12 @@ error: error: syntax error, unexpected DOLLAR_CURLY - at /etc/nixos/configuration.nix:267:21: + at /etc/nixos/configuration.nix:270:24: - 266| hints = { - 267| bg = ${BG}; - | ^ - 268| fg = ${FG}; + 269| }; + 270| tabs.bar.bg = ${BG}; + | ^ + 271| }; building Nix... error: … while evaluating the attribute 'config' @@ -51,12 +51,12 @@ error: error: syntax error, unexpected DOLLAR_CURLY - at /etc/nixos/configuration.nix:267:21: + at /etc/nixos/configuration.nix:270:24: - 266| hints = { - 267| bg = ${BG}; - | ^ - 268| fg = ${FG}; + 269| }; + 270| tabs.bar.bg = ${BG}; + | ^ + 271| }; building the system configuration... error: … while evaluating the attribute 'config.system.build.toplevel' @@ -81,9 +81,9 @@ error: error: syntax error, unexpected DOLLAR_CURLY - at /etc/nixos/configuration.nix:267:21: + at /etc/nixos/configuration.nix:270:24: - 266| hints = { - 267| bg = ${BG}; - | ^ - 268| fg = ${FG}; + 269| }; + 270| tabs.bar.bg = ${BG}; + | ^ + 271| };