mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-02 02:00:51 +02:00
somehow conflicts
This commit is contained in:
parent
b49226b415
commit
adc777b381
1 changed files with 2 additions and 2 deletions
4
base.nix
4
base.nix
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue