fix displays

This commit is contained in:
tristan 2023-05-15 11:38:08 +01:00
parent 954c85f23b
commit 9ce692cb5f
5 changed files with 24 additions and 25 deletions

View file

@ -377,6 +377,10 @@ in
user = "git";
port = 2222;
};
"alpine" = {
hostname = "100.116.82.65";
user = "tristan";
};
};
programs.neovim.defaultEditor = true;