From 3542376417c05910ace1a4ff2f6d5f9ed835f3be Mon Sep 17 00:00:00 2001 From: deadvey Date: Sun, 18 Aug 2024 18:24:58 +0100 Subject: [PATCH] 418 current 2024-08-18 16:35:08 24.05.3642.883180e6550c 6.6.44 * --- configuration.nix | 64 ++++++++++++++++++++++++++--------------------- nixos-switch.log | 30 +++++++++++----------- 2 files changed, 50 insertions(+), 44 deletions(-) diff --git a/configuration.nix b/configuration.nix index 41dcb0c..6693820 100644 --- a/configuration.nix +++ b/configuration.nix @@ -358,35 +358,41 @@ in ''; }; - services.dunst = { - enable = true; - iconTheme = { - name = "gruvbox-plus-icons"; - package = pkgs.gruvbox-plus-icons; - }; - settings = { - global = { - width = 300; - height = 300; - offset = "5x5"; - origin = "bottom-right"; - transparency = 0; - font = "Victor Mono SemiBold 12"; - }; - urgency_normal = { - background = "#${BLUE}"; - foreground = "#${BG}"; - frame_color = "#${DARK_BLUE}"; - timout = 10; - }; - urgency_critical = { - background = "#${DARK_RED}"; - foreground = "#${FG}"; - frame_color = "#${RED}"; - timout = 60; - }; - }; - }; +# services.dunst = { +# enable = true; +# iconTheme = { +# name = "gruvbox-plus-icons"; +# package = pkgs.gruvbox-plus-icons; +# }; +# settings = { +# global = { +# width = 300; +# height = 300; +# offset = "5x5"; +# origin = "bottom-right"; +# transparency = 0; +# font = "Victor Mono SemiBold 12"; +# }; +# urgency_low = { +# background = "#${GREEN}"; +# foreground = "#${BG}"; +# frame_color = "#${DARK_GREEN}"; +# timout = 10; +# }; +# urgency_normal = { +# background = "#${BLUE}"; +# foreground = "#${BG}"; +# frame_color = "#${DARK_BLUE}"; +# timout = 10; +# }; +# urgency_critical = { +# background = "#${DARK_RED}"; +# foreground = "#${FG}"; +# frame_color = "#${RED}"; +# timout = 60; +# }; +# }; +# }; services.hyprpaper = { enable = true; diff --git a/nixos-switch.log b/nixos-switch.log index fe8ce04..286d28f 100644 --- a/nixos-switch.log +++ b/nixos-switch.log @@ -21,12 +21,12 @@ error: error: syntax error, unexpected '=', expecting ';' - at /etc/nixos/configuration.nix:378:20: + at /etc/nixos/configuration.nix:397:21: - 377| background = "#${BLUE}"; - 378| foreground = "#${BG}"; - | ^ - 379| frame_color = "#${DARK_BLUE}"; + 396| + 397| services.hyprpaper = { + | ^ + 398| enable = true; building Nix... error: … while evaluating the attribute 'config' @@ -51,12 +51,12 @@ error: error: syntax error, unexpected '=', expecting ';' - at /etc/nixos/configuration.nix:378:20: + at /etc/nixos/configuration.nix:397:21: - 377| background = "#${BLUE}"; - 378| foreground = "#${BG}"; - | ^ - 379| frame_color = "#${DARK_BLUE}"; + 396| + 397| services.hyprpaper = { + | ^ + 398| enable = true; building the system configuration... error: … while evaluating the attribute 'config.system.build.toplevel' @@ -81,9 +81,9 @@ error: error: syntax error, unexpected '=', expecting ';' - at /etc/nixos/configuration.nix:378:20: + at /etc/nixos/configuration.nix:397:21: - 377| background = "#${BLUE}"; - 378| foreground = "#${BG}"; - | ^ - 379| frame_color = "#${DARK_BLUE}"; + 396| + 397| services.hyprpaper = { + | ^ + 398| enable = true;