somehow conflicts

This commit is contained in:
Julien Malka 2023-02-04 00:44:23 +01:00
parent b49226b415
commit adc777b381
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -1,4 +1,4 @@
{ config, pkgs, sops-nix, ... }: { config, pkgs, sops-nix, lib, ... }:
{ {
@ -14,7 +14,7 @@
i18n.defaultLocale = "en_US.UTF-8"; i18n.defaultLocale = "en_US.UTF-8";
console = { console = {
font = "Lat2-Terminus16"; font = "Lat2-Terminus16";
keyMap = "fr"; keyMap = lib.mkForce "fr";
}; };