snowflake/home/dunst/default.nix

7 lines
100 B
Nix
Raw Normal View History

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