This commit is contained in:
iFargle 2023-08-16 20:07:56 +09:00
parent 9e1f08132b
commit 8c180c81c3

View file

@ -11,23 +11,23 @@
hostame-only-if-ssh = true;
cwd-max-depth = 3;
condensed = true;
modules = [
venv
user
host
ssh
cwd
root
];
modules-right = [
nix-shell
perms
git
docker
exit
];
theme = "gruvbox";
};
modules = [
"venv"
"user"
"host"
"ssh"
"cwd"
"root"
];
modules-right = [
"nix-shell"
"perms"
"git"
"docker"
"exit"
];
};
programs = {