This commit is contained in:
2025-09-29 20:53:10 -06:00
parent dd0f88ee53
commit 3ed4ccca9e
7 changed files with 35 additions and 6 deletions

View File

@@ -0,0 +1,13 @@
{ config, pkgs, ... }:
{
programs.mako = {
enable = true;
settings = ''
{
anchor = "top-center"
}
'';
};
}