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>
This commit is contained in:
awwpotato 2025-07-27 10:31:25 -07:00 committed by GitHub
parent 2f1ae3b872
commit e8fe026f04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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