minor changes
This commit is contained in:
parent
cbc08fbd81
commit
a97f0c07fa
@ -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;
|
|
||||||
# };
|
|
||||||
}
|
}
|
@ -13,6 +13,9 @@
|
|||||||
core = {
|
core = {
|
||||||
editor = "code --wait";
|
editor = "code --wait";
|
||||||
};
|
};
|
||||||
|
init = {
|
||||||
|
defaultBranch = "master";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user