snowflake/home/dunst/default.nix

6 lines
89 B
Nix
Raw Normal View History

2023-03-11 21:26:02 -05:00
{
...
}: {
2023-01-30 11:31:16 -05:00
services.dunst.enable = true;
services.dunst.configFile = "./dunstrc";
}