Files
TheaninovOS/desktops/hyprland/dunst.nix
2023-10-29 00:40:45 +02:00

9 lines
90 B
Nix

{
enable = true;
settings = {
global = {
origin = "top-left";
};
};
}