11.stylix/modules/ashell/testbeds/ashell.nix
awwpotato e8fe026f04
ashell: add testbed (#1768)
Link: https://github.com/nix-community/stylix/pull/1768

Reviewed-by: Devin Droddy <90054389+justDeeevin@users.noreply.github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-07-27 19:31:25 +02:00

11 lines
203 B
Nix

{ lib, ... }:
{
stylix.testbed.ui = {
graphicalEnvironment = "hyprland";
command.text = "ashell";
};
home-manager.sharedModules = lib.singleton {
programs.ashell.enable = true;
};
}