dotfiles/modules/home-manager/dunst.nix

10 lines
141 B
Nix

{...}: {
services.dunst = {
enable = true;
settings = {
global = {
frame_color = "#ffebdbb2";
};
};
};
}