11.stylix/modules/dank-material-shell/testbeds/dank-material-shell.nix
jamie 2836f33108
dank-material-shell/testbeds: enable sendNotifications
Link: https://github.com/nix-community/stylix/pull/2194

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2026-02-08 22:55:11 +01:00

12 lines
247 B
Nix

{ lib, ... }:
{
stylix.testbed.ui = {
graphicalEnvironment = "hyprland";
command.text = "dms run";
sendNotifications = true;
};
home-manager.sharedModules = lib.singleton {
programs.dank-material-shell.enable = true;
};
}