mirror of
https://github.com/morten-olsen/nixos-config.git
synced 2026-02-08 00:36:27 +01:00
added vm build
This commit is contained in:
@@ -5,12 +5,14 @@
|
||||
enable = true;
|
||||
font = {
|
||||
name = "FiraCode Nerd Font Mono Reg";
|
||||
size = 12;
|
||||
size = 10;
|
||||
package = (pkgs.nerdfonts.override { fonts = [ "FiraCode" ]; });
|
||||
};
|
||||
settings = {
|
||||
# Enable ligatures
|
||||
draw_ligatures = true;
|
||||
linux_display_server = "x11";
|
||||
#hide_window_decorations = true;
|
||||
|
||||
italic_font = "auto";
|
||||
bold_italic_font = "auto";
|
||||
|
||||
Reference in New Issue
Block a user