snowflake/home/dunst/default.nix

6 lines
No EOL
89 B
Nix

{
...
}: {
services.dunst.enable = true;
services.dunst.configFile = "./dunstrc";
}