9 lines
No EOL
117 B
Nix
9 lines
No EOL
117 B
Nix
{
|
|
...
|
|
}: {
|
|
services.dunst = {
|
|
enable = true;
|
|
waylandDisplay = "DP-2";
|
|
settings = ./config.nix;
|
|
};
|
|
} |