grifin
This commit is contained in:
parent
79f74b4e7f
commit
94602bc06b
4 changed files with 11 additions and 6 deletions
|
|
@ -109,6 +109,10 @@ in {
|
|||
userEmail = "29749622+taotien@users.noreply.github.com";
|
||||
# extraConfig = {
|
||||
# };
|
||||
ignores = [
|
||||
"/target"
|
||||
".direnv"
|
||||
];
|
||||
};
|
||||
|
||||
nushell = {
|
||||
|
|
@ -130,8 +134,8 @@ in {
|
|||
forwardAgent = true;
|
||||
identityFile = "/home/tao/.ssh/id_ed25519";
|
||||
};
|
||||
"beagle" = {
|
||||
hostname = "beagle";
|
||||
"griffin" = {
|
||||
hostname = "griffin";
|
||||
user = "tltien";
|
||||
forwardAgent = true;
|
||||
identityFile = "/home/tao/.ssh/id_ed25519";
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@
|
|||
cursor-line = "warning";
|
||||
};
|
||||
auto-save = {
|
||||
focus-lost = true;
|
||||
after-delay.enable = true;
|
||||
focus-lost = false;
|
||||
after-delay.enable = false;
|
||||
after-delay.timeout = 1000;
|
||||
};
|
||||
shell = ["nu" "--stdin" "-c"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue