feat: add neovide adjustments

This commit is contained in:
2024-01-16 18:08:56 +01:00
parent ae65e1d2d8
commit 87cb4e44e7
4 changed files with 36 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
{pkgs, ...}: {
home.packages = [pkgs.neovide];
xdg.configFile."neovide/config.toml".source = ./neovide.toml;
}