Link: https://github.com/nix-community/stylix/pull/1994 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
11 lines
221 B
Nix
11 lines
221 B
Nix
{ lib, ... }:
|
|
{
|
|
stylix.testbed.ui = {
|
|
graphicalEnvironment = "hyprland";
|
|
command.text = "sleep 5 && vicinae open";
|
|
};
|
|
|
|
home-manager.sharedModules = lib.singleton {
|
|
services.vicinae.enable = true;
|
|
};
|
|
}
|