Typo in neovide call...

This commit is contained in:
Evie Litherland-Smith 2023-04-19 16:38:40 +01:00
parent f3f4a56b84
commit bf89896aff

2
home/env/fish.nix vendored
View file

@ -9,7 +9,7 @@
hm = "home-manager";
lg = "lazygit";
nv = "neovide --multigrid --maximised";
xnv = "WINIT_UNIX_BACKEND=x11 neovide --multigrid --maximised";
xnv = "WINIT_UNIX_BACKEND=x11 neovide --multigrid --maximized";
};
};
}