11 lines
106 B
Nix
11 lines
106 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
services.dunst = {
|
|
enable = true;
|
|
configFile = ./dunstrc;
|
|
};
|
|
}
|