418 current 2024-08-18 16:35:08 24.05.3642.883180e6550c 6.6.44 *
This commit is contained in:
parent
314baf32b4
commit
3542376417
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user