418 current 2024-08-18 16:35:08 24.05.3642.883180e6550c 6.6.44 *

This commit is contained in:
deadvey 2024-08-18 18:24:58 +01:00
parent 314baf32b4
commit 3542376417
2 changed files with 50 additions and 44 deletions

View File

@ -358,35 +358,41 @@ in
''; '';
}; };
services.dunst = { # services.dunst = {
enable = true; # enable = true;
iconTheme = { # iconTheme = {
name = "gruvbox-plus-icons"; # name = "gruvbox-plus-icons";
package = pkgs.gruvbox-plus-icons; # package = pkgs.gruvbox-plus-icons;
}; # };
settings = { # settings = {
global = { # global = {
width = 300; # width = 300;
height = 300; # height = 300;
offset = "5x5"; # offset = "5x5";
origin = "bottom-right"; # origin = "bottom-right";
transparency = 0; # transparency = 0;
font = "Victor Mono SemiBold 12"; # font = "Victor Mono SemiBold 12";
}; # };
urgency_normal = { # urgency_low = {
background = "#${BLUE}"; # background = "#${GREEN}";
foreground = "#${BG}"; # foreground = "#${BG}";
frame_color = "#${DARK_BLUE}"; # frame_color = "#${DARK_GREEN}";
timout = 10; # timout = 10;
}; # };
urgency_critical = { # urgency_normal = {
background = "#${DARK_RED}"; # background = "#${BLUE}";
foreground = "#${FG}"; # foreground = "#${BG}";
frame_color = "#${RED}"; # frame_color = "#${DARK_BLUE}";
timout = 60; # timout = 10;
}; # };
}; # urgency_critical = {
}; # background = "#${DARK_RED}";
# foreground = "#${FG}";
# frame_color = "#${RED}";
# timout = 60;
# };
# };
# };
services.hyprpaper = { services.hyprpaper = {
enable = true; enable = true;

View File

@ -21,12 +21,12 @@ error:
error: syntax error, unexpected '=', expecting ';' error: syntax error, unexpected '=', expecting ';'
at /etc/nixos/configuration.nix:378:20: at /etc/nixos/configuration.nix:397:21:
377| background = "#${BLUE}"; 396|
378| foreground = "#${BG}"; 397| services.hyprpaper = {
| ^ | ^
379| frame_color = "#${DARK_BLUE}"; 398| enable = true;
building Nix... building Nix...
error: error:
… while evaluating the attribute 'config' … while evaluating the attribute 'config'
@ -51,12 +51,12 @@ error:
error: syntax error, unexpected '=', expecting ';' error: syntax error, unexpected '=', expecting ';'
at /etc/nixos/configuration.nix:378:20: at /etc/nixos/configuration.nix:397:21:
377| background = "#${BLUE}"; 396|
378| foreground = "#${BG}"; 397| services.hyprpaper = {
| ^ | ^
379| frame_color = "#${DARK_BLUE}"; 398| enable = true;
building the system configuration... building the system configuration...
error: error:
… while evaluating the attribute 'config.system.build.toplevel' … while evaluating the attribute 'config.system.build.toplevel'
@ -81,9 +81,9 @@ error:
error: syntax error, unexpected '=', expecting ';' error: syntax error, unexpected '=', expecting ';'
at /etc/nixos/configuration.nix:378:20: at /etc/nixos/configuration.nix:397:21:
377| background = "#${BLUE}"; 396|
378| foreground = "#${BG}"; 397| services.hyprpaper = {
| ^ | ^
379| frame_color = "#${DARK_BLUE}"; 398| enable = true;