Files
nix-config/home/services/dunst/default.nix
2024-12-31 04:29:58 -05:00

11 lines
106 B
Nix

{
config,
pkgs,
...
}: {
services.dunst = {
enable = true;
configFile = ./dunstrc;
};
}