helix: add testbed (#1772)

Link: https://github.com/nix-community/stylix/pull/1772

Reviewed-by: awwpotato <awwpotato@voidq.com>
This commit is contained in:
awwpotato 2025-07-27 10:44:47 -07:00 committed by GitHub
parent e8fe026f04
commit 4606c3e1b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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;
};
}