Format using nixfmt
This commit is contained in:
		| @@ -1,4 +1,9 @@ | ||||
| { config, lib, pkgs, ... }: | ||||
| { | ||||
|   config, | ||||
|   lib, | ||||
|   pkgs, | ||||
|   ... | ||||
| }: | ||||
|  | ||||
| { | ||||
|   services.dunst = { | ||||
| @@ -36,7 +41,7 @@ | ||||
|         corner_radius = 10; | ||||
|         # follow = "mouse"; | ||||
|         font = "Source Sans Pro 10"; | ||||
|         format = "<b>%s</b>\\n%b"; #format = "<span foreground='#f3f4f5'><b>%s %p</b></span>\n%b" | ||||
|         format = "<b>%s</b>\\n%b"; # format = "<span foreground='#f3f4f5'><b>%s %p</b></span>\n%b" | ||||
|         frame_color = "#232323"; | ||||
|         frame_width = 1; | ||||
|         offset = "15x15"; | ||||
| @@ -57,7 +62,9 @@ | ||||
|         browser = "/usr/bin/env firefox -new-tab"; | ||||
|       }; | ||||
|  | ||||
|       fullscreen_delay_everything = { fullscreen = "delay"; }; | ||||
|       fullscreen_delay_everything = { | ||||
|         fullscreen = "delay"; | ||||
|       }; | ||||
|  | ||||
|       urgency_critical = { | ||||
|         background = "#d64e4e"; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user