snowflake/home/dunst/default.nix
2023-03-11 21:26:02 -05:00

7 lines
No EOL
100 B
Nix

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