11.stylix/modules/mako/testbeds/mako.nix

9 lines
196 B
Nix

{ lib, ... }:
{
stylix.testbed.ui = {
graphicalEnvironment = "hyprland";
sendNotifications = true;
};
home-manager.sharedModules = lib.singleton { services.mako.enable = true; };
}