nixos/home-manager/roles/desktop/tiling/apps/mako.nix
2025-12-09 18:27:15 -05:00

5 lines
51 B
Nix

{ pkgs, ... }:
{
services.mako.enable = true;
}