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>
11 lines
203 B
Nix
11 lines
203 B
Nix
{ lib, ... }:
|
|
{
|
|
stylix.testbed.ui = {
|
|
graphicalEnvironment = "hyprland";
|
|
command.text = "ashell";
|
|
};
|
|
|
|
home-manager.sharedModules = lib.singleton {
|
|
programs.ashell.enable = true;
|
|
};
|
|
}
|