Link: https://github.com/nix-community/stylix/pull/1770 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
11 lines
202 B
Nix
11 lines
202 B
Nix
{ lib, ... }:
|
|
{
|
|
stylix.testbed.ui = {
|
|
graphicalEnvironment = "hyprland";
|
|
sendNotifications = true;
|
|
};
|
|
|
|
home-manager.sharedModules = lib.singleton {
|
|
services.mako.enable = true;
|
|
};
|
|
}
|