more vscopium

Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com>
This commit is contained in:
Alex Stan 2023-09-08 12:27:29 +03:00
parent a92092ff5c
commit ab7419dcd4

View file

@ -226,6 +226,16 @@ in {
# eamodio.gitlens # Giga git, but with some paid stuff
kahole.magit # Giga git
];
userSettings = {
nix = {
serverPath = "nil";
enableLanguageServer = true;
};
editor = {
fontLigatures = true;
fontFamily = "JetBrainsMono Nerd Font";
};
};
};
};