minor changes
This commit is contained in:
parent
cbc08fbd81
commit
a97f0c07fa
@ -12,12 +12,4 @@
|
||||
};
|
||||
|
||||
virtualisation.spiceUSBRedirection.enable = config.deviceSpecific.enableVirtualisation;
|
||||
|
||||
# virtualisation.anbox.enable = isGaming; # broken
|
||||
|
||||
# virtualisation.virtualbox.host = {
|
||||
# enable = false;
|
||||
# # enableHardening = false;
|
||||
# enableExtensionPack = false;
|
||||
# };
|
||||
}
|
@ -13,6 +13,9 @@
|
||||
core = {
|
||||
editor = "code --wait";
|
||||
};
|
||||
init = {
|
||||
defaultBranch = "master";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -22,7 +22,7 @@ in {
|
||||
};
|
||||
# fonts = [ "${thm.fontMono} ${thm.microFontSize}" ];
|
||||
fonts = {
|
||||
names = [ "${thm.font}" ];
|
||||
names = [ "\"${thm.font}\"" ];
|
||||
style = "Regular";
|
||||
# size = thm.microFontSize;
|
||||
size = 10.0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user