mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
tests(neovim): add stylix dependency
Also increased the sleep time to ensure that neovim loads before continuing with the test.
This commit is contained in:
parent
371fde43fb
commit
47e4247613
@ -11,6 +11,7 @@ self.inputs.nixpkgs.lib.nixos.runTest {
|
|||||||
imports = with nix-config.nixosModules; [
|
imports = with nix-config.nixosModules; [
|
||||||
shell
|
shell
|
||||||
system
|
system
|
||||||
|
stylix
|
||||||
];
|
];
|
||||||
|
|
||||||
home-manager.sharedModules = with nix-config.homeModules; [
|
home-manager.sharedModules = with nix-config.homeModules; [
|
||||||
@ -25,7 +26,7 @@ self.inputs.nixpkgs.lib.nixos.runTest {
|
|||||||
machine.wait_for_unit("default.target")
|
machine.wait_for_unit("default.target")
|
||||||
|
|
||||||
machine.send_chars("nvim hello.txt\n")
|
machine.send_chars("nvim hello.txt\n")
|
||||||
machine.sleep(20)
|
machine.sleep(30)
|
||||||
|
|
||||||
machine.send_chars("i")
|
machine.send_chars("i")
|
||||||
machine.sleep(2)
|
machine.sleep(2)
|
||||||
|
Loading…
Reference in New Issue
Block a user