helix: add testbed (#1772)
Link: https://github.com/nix-community/stylix/pull/1772 Reviewed-by: awwpotato <awwpotato@voidq.com>
This commit is contained in:
parent
e8fe026f04
commit
4606c3e1b5
1 changed files with 11 additions and 0 deletions
11
modules/helix/testbeds/helix.nix
Normal file
11
modules/helix/testbeds/helix.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
stylix.testbed.ui.command = {
|
||||
text = "hx flake-parts/flake.nix";
|
||||
useTerminal = true;
|
||||
};
|
||||
|
||||
home-manager.sharedModules = lib.singleton {
|
||||
programs.helix.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue