This commit is contained in:
iFargle 2023-08-21 19:33:50 +09:00
parent 2509436c17
commit 395889ab01

View file

@ -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"
]; ];
}; };