mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-22 13:53:09 +02:00
more vscopium
Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com>
This commit is contained in:
parent
a92092ff5c
commit
ab7419dcd4
1 changed files with 10 additions and 0 deletions
|
@ -226,6 +226,16 @@ in {
|
||||||
# eamodio.gitlens # Giga git, but with some paid stuff
|
# eamodio.gitlens # Giga git, but with some paid stuff
|
||||||
kahole.magit # Giga git
|
kahole.magit # Giga git
|
||||||
];
|
];
|
||||||
|
userSettings = {
|
||||||
|
nix = {
|
||||||
|
serverPath = "nil";
|
||||||
|
enableLanguageServer = true;
|
||||||
|
};
|
||||||
|
editor = {
|
||||||
|
fontLigatures = true;
|
||||||
|
fontFamily = "JetBrainsMono Nerd Font";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue