Run linting

This commit is contained in:
2024-03-03 05:31:33 +01:00
parent f79aec6f00
commit 9b7ce0260c
4 changed files with 18 additions and 16 deletions

View File

@@ -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";