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:
parent
2f1ae3b872
commit
e8fe026f04
1 changed files with 11 additions and 0 deletions
11
modules/ashell/testbeds/ashell.nix
Normal file
11
modules/ashell/testbeds/ashell.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
stylix.testbed.ui = {
|
||||
graphicalEnvironment = "hyprland";
|
||||
command.text = "ashell";
|
||||
};
|
||||
|
||||
home-manager.sharedModules = lib.singleton {
|
||||
programs.ashell.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue