notohh
aaaedb81e9
greetd: update monitors eww: update monitors hyprlock: update monitors mako: update monitors
12 lines
211 B
Nix
12 lines
211 B
Nix
_: {
|
|
services.mako = {
|
|
enable = true;
|
|
icons = true;
|
|
maxIconSize = 64;
|
|
maxVisible = 3;
|
|
defaultTimeout = 5000;
|
|
ignoreTimeout = true;
|
|
anchor = "top-right";
|
|
output = "DP-1";
|
|
};
|
|
}
|