nix-config/users/willifan/desktop/hyprland/Lenni/mako.nix
2024-11-03 14:27:44 +01:00

11 lines
150 B
Nix

{ ... }:
{
home-manager.users.willifan = {
services.mako = {
enable = true;
borderRadius = 10;
borderSize = 2;
};
};
}