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