added tide and removed things from the 'main' config to see if it still works

This commit is contained in:
Christoph Hollizeck 2024-03-26 17:48:15 +01:00
parent 17bd0f8861
commit 208e4947a5
4 changed files with 41 additions and 56 deletions

View file

@ -14,9 +14,10 @@ in
sessionVariables = { EDITOR = "nvim"; };
shellAliases = {
vim = "nvim";
vimdiff = "nvim -d"; };
shellAliases = {
vim = "nvim";
vimdiff = "nvim -d";
};
stateVersion = "23.11";
};