diff --git a/modules/helix/testbeds/helix.nix b/modules/helix/testbeds/helix.nix new file mode 100644 index 00000000..ddbe26f0 --- /dev/null +++ b/modules/helix/testbeds/helix.nix @@ -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; + }; +}