11.stylix/modules/mako/testbeds/mako.nix
awwpotato 2f1ae3b872
stylix/testbed: add sendNotifications option (#1770)
Link: https://github.com/nix-community/stylix/pull/1770

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-07-27 19:05:26 +02:00

11 lines
202 B
Nix

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