test
This commit is contained in:
parent
2509436c17
commit
395889ab01
1 changed files with 1 additions and 2 deletions
|
@ -16,7 +16,6 @@
|
||||||
modules = [
|
modules = [
|
||||||
"venv"
|
"venv"
|
||||||
"user"
|
"user"
|
||||||
# "host"
|
|
||||||
"ssh"
|
"ssh"
|
||||||
"cwd"
|
"cwd"
|
||||||
"nix-shell"
|
"nix-shell"
|
||||||
|
@ -24,9 +23,9 @@
|
||||||
"git"
|
"git"
|
||||||
"docker"
|
"docker"
|
||||||
"exit"
|
"exit"
|
||||||
"root"
|
|
||||||
];
|
];
|
||||||
modulesRight = [
|
modulesRight = [
|
||||||
|
"root"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue