From ab7419dcd4998ce5efe409ac4bef5be23b5277cc Mon Sep 17 00:00:00 2001 From: Alex Stan <90788596+Ultra980@users.noreply.github.com> Date: Fri, 8 Sep 2023 12:27:29 +0300 Subject: [PATCH] more vscopium Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com> --- users/ultra/home.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/users/ultra/home.nix b/users/ultra/home.nix index 088b52c..3d47388 100644 --- a/users/ultra/home.nix +++ b/users/ultra/home.nix @@ -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"; + }; + }; }; };