minor changes

This commit is contained in:
Dmitriy Kholkin 2021-09-15 15:40:19 +03:00
parent cbc08fbd81
commit a97f0c07fa
3 changed files with 4 additions and 9 deletions

View File

@ -12,12 +12,4 @@
}; };
virtualisation.spiceUSBRedirection.enable = config.deviceSpecific.enableVirtualisation; virtualisation.spiceUSBRedirection.enable = config.deviceSpecific.enableVirtualisation;
# virtualisation.anbox.enable = isGaming; # broken
# virtualisation.virtualbox.host = {
# enable = false;
# # enableHardening = false;
# enableExtensionPack = false;
# };
} }

View File

@ -13,6 +13,9 @@
core = { core = {
editor = "code --wait"; editor = "code --wait";
}; };
init = {
defaultBranch = "master";
};
}; };
}; };
}; };

View File

@ -22,7 +22,7 @@ in {
}; };
# fonts = [ "${thm.fontMono} ${thm.microFontSize}" ]; # fonts = [ "${thm.fontMono} ${thm.microFontSize}" ];
fonts = { fonts = {
names = [ "${thm.font}" ]; names = [ "\"${thm.font}\"" ];
style = "Regular"; style = "Regular";
# size = thm.microFontSize; # size = thm.microFontSize;
size = 10.0; size = 10.0;