renamed deprecated options
This commit is contained in:
parent
6ef0f3707d
commit
5f70797834
10
common.nix
10
common.nix
@ -2,12 +2,14 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
# Select internationalisation properties.
|
# Select internationalisation properties.
|
||||||
i18n = {
|
|
||||||
consoleFont = "Lat2-Terminus16";
|
console = {
|
||||||
consoleKeyMap = "us";
|
keyMap = "us";
|
||||||
defaultLocale = "en_US.UTF-8";
|
font = "Lat2-Terminus16";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
autoOptimiseStore = true;
|
autoOptimiseStore = true;
|
||||||
nixPath = [
|
nixPath = [
|
||||||
|
Loading…
Reference in New Issue
Block a user