ark/users/modules/mako/default.nix
2023-03-24 15:10:42 +03:00

8 lines
105 B
Nix

{...}: {
programs.mako = {
enable = true;
anchor = "top-center";
borderRadius = 16;
};
}