mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 05:02:10 +00:00
update font config
This commit is contained in:
parent
c849ff2e36
commit
ff602381b4
3 changed files with 7 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ let
|
|||
font-family = Berkeley Mono
|
||||
font-codepoint-map = U+f101-U+f25c=nonicons
|
||||
background-opacity = 1
|
||||
font-size = 17
|
||||
font-size = 15
|
||||
window-padding-y = 0
|
||||
window-padding-x = 0
|
||||
window-padding-color = extend
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
hostConfig,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
|
@ -23,7 +24,7 @@ in
|
|||
{
|
||||
# Keep rust-analyzer in the user profile so it shadows rustup's proxy in
|
||||
# /run/current-system/sw/bin when Neovim resolves LSP executables.
|
||||
home.packages = [ pkgs.rust-analyzer ];
|
||||
home.packages = [ pkgs.rust-analyzer ] ++ lib.optionals hostConfig.isDarwin [ pkgs.neovide ];
|
||||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue