commit | 55d50b17a06342c4c067d90e068ba0ad501d687a | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Mon Oct 31 00:08:27 2022 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Mon Oct 31 00:08:27 2022 +0000 |
tree | c734f22ceeac110844fcc2d937f3c13f1d097561 | |
parent | 0ab9e958d56f7234401f4e89477ae1a93d491194 [diff] |
Change the console font
diff --git a/modules/locale.nix b/modules/locale.nix index dbc07b1..e4fdf97 100644 --- a/modules/locale.nix +++ b/modules/locale.nix
@@ -2,9 +2,6 @@ config = { time.timeZone = "Europe/London"; i18n.defaultLocale = "en_US.UTF-8"; - console = { - font = "Lat2-Terminus16"; - keyMap = "uk"; - }; + console.keyMap = "uk"; }; }