10 lines
141 B
Nix
10 lines
141 B
Nix
{...}: {
|
|
services.dunst = {
|
|
enable = true;
|
|
settings = {
|
|
global = {
|
|
frame_color = "#ffebdbb2";
|
|
};
|
|
};
|
|
};
|
|
}
|