From 91aa82cfba846f89a15f1a69051bf633d8aff575 Mon Sep 17 00:00:00 2001 From: deadvey Date: Sun, 18 Aug 2024 18:27:01 +0100 Subject: [PATCH] 418 current 2024-08-18 16:35:08 24.05.3642.883180e6550c 6.6.44 * --- configuration.nix | 92 +++++++++++++++++++--------------------------- nixos-switch.log | 93 +++-------------------------------------------- 2 files changed, 43 insertions(+), 142 deletions(-) diff --git a/configuration.nix b/configuration.nix index 6693820..54d4bf7 100644 --- a/configuration.nix +++ b/configuration.nix @@ -265,25 +265,6 @@ in logo = { source = "nixos_small"; }; - modules = [ - { - type = "datetime"; - key = "Date"; - format = "{1}-{3}-{11}"; - } - { - type = "datetime"; - key = "Time"; - format = "{14}:{17}:{20}; - } - "os" - "uptime" - "break" - "cpu" - "memory" - "gpu" - "colors" - ]; }; }; @@ -358,41 +339,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_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.dunst = { + enable = true; + iconTheme = { + name = "gruvbox-plus-icons"; + package = pkgs.gruvbox-plus-icons; + }; + settings = { + global = { + width = 300; + height = 300; + offset = "0x5"; + origin = "bottom-right"; + transparency = 0; + font = "Victor Mono SemiBold 12"; + }; + urgency_low = { + background = "#${GREEN}"; + foreground = "#${BG}"; + frame_color = "#${DARK_GREEN}"; + timout = 3; + }; + 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; @@ -668,7 +649,8 @@ valign = bottom layer = "bottom"; position = "top"; mode = "overlay"; - height = 30; + height = 35; + width = 1920; margin-top = 0; margin-bottom = 0; modules-left = []; diff --git a/nixos-switch.log b/nixos-switch.log index 286d28f..2914484 100644 --- a/nixos-switch.log +++ b/nixos-switch.log @@ -1,89 +1,8 @@ -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:397:21: - - 396| - 397| services.hyprpaper = { - | ^ - 398| enable = true; 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:397:21: - - 396| - 397| services.hyprpaper = { - | ^ - 398| enable = true; building the system configuration... -error: - … while evaluating the attribute 'config.system.build.toplevel' - - 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:397:21: - - 396| - 397| services.hyprpaper = { - | ^ - 398| enable = true; +trace: warning: The option `services.xserver.displayManager.defaultSession' defined in `/etc/nixos/configuration.nix' has been renamed to `services.displayManager.defaultSession'. +activating the configuration... +setting up /etc... +reloading user units for lightdm... +reloading user units for deadvey... +restarting sysinit-reactivation.target