Run linting
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| { config, lib, pkgs, ... }: | ||||
|  | ||||
| { | ||||
| services.dunst = { | ||||
|   services.dunst = { | ||||
|     enable = true; | ||||
|     iconTheme = { | ||||
|       name = "Papirus-Dark"; | ||||
| @@ -57,7 +57,7 @@ services.dunst = { | ||||
|         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