10 lines
176 B
Nix
10 lines
176 B
Nix
{config, ...}: {
|
|
services.dunst.settings = {
|
|
global = {
|
|
origin = "top-right";
|
|
frame_color = "#33ccff";
|
|
background = "rgba(0, 0, 0, 0.8)";
|
|
};
|
|
};
|
|
}
|