snowflake/modules/home/dunst/dunst.nix

4 lines
94 B
Nix
Raw Normal View History

2023-01-30 11:31:16 -05:00
{default, ...}: {
services.dunst.enable = true;
services.dunst.configFile = "./dunstrc";
}