mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
add font settings notes
This commit is contained in:
parent
6b55424e78
commit
868678ed1f
1 changed files with 4 additions and 1 deletions
|
@ -12,7 +12,10 @@ in
|
|||
sconfig.alacritty.enable = true;
|
||||
|
||||
fonts.fonts = [
|
||||
pkgs.powerline-fonts # "Source Code Pro for Powerline", 11
|
||||
# vscode: "DejaVuSansMono Nerd Font Mono" (size 16)
|
||||
# gnome-terminal: "DejaVu Sans Mono, Inconsolata for Powerline Medium 12"
|
||||
# gnome-terminal setting (dconf): /org/gnome/terminal/legacy/profiles/.../font
|
||||
pkgs.powerline-fonts
|
||||
(pkgs.nerdfonts.override { fonts = [ "DejaVuSansMono" ]; })
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue