diff --git a/profiles/base-linux/console.nix b/profiles/base-linux/console.nix new file mode 100644 index 0000000..15e2602 --- /dev/null +++ b/profiles/base-linux/console.nix @@ -0,0 +1,6 @@ +{ ... }: { + console = { + font = "Lat2-Terminus16"; + keyMap = "uk"; + }; +} diff --git a/profiles/base/locale.nix b/profiles/base/locale.nix index 2c59d38..0706961 100644 --- a/profiles/base/locale.nix +++ b/profiles/base/locale.nix @@ -1,7 +1,3 @@ { config, ... }: { i18n.defaultLocale = "en_GB.UTF-8"; - console = { - font = "Lat2-Terminus16"; - keyMap = "uk"; - }; }