.hive/home/jonas/dunst/config.nix

10 lines
176 B
Nix

{config, ...}: {
services.dunst.settings = {
global = {
origin = "top-right";
frame_color = "#33ccff";
background = "rgba(0, 0, 0, 0.8)";
};
};
}