snowflake/home/programs/mako.nix

13 lines
211 B
Nix
Raw Normal View History

2023-06-11 02:08:06 -04:00
_: {
2023-06-06 01:08:59 -04:00
services.mako = {
enable = true;
icons = true;
maxIconSize = 64;
2023-06-10 05:04:09 -04:00
maxVisible = 3;
2023-06-06 01:08:59 -04:00
defaultTimeout = 5000;
ignoreTimeout = true;
anchor = "top-right";
2023-07-14 22:46:14 -04:00
output = "DP-2";
2023-06-06 01:08:59 -04:00
};
}