Commit 83f59fa26f13

Vincent Demeester <vincent@sbr.pm>
2020-04-26 13:34:42
Update i18n.console* to console.* 🍨
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 645862d
Changed files (1)
tmp
nixos-configuration
modules
profiles
tmp/nixos-configuration/modules/profiles/i18n.nix
@@ -15,9 +15,9 @@ in
     };
   };
   config = mkIf cfg.enable {
+    console.keyMap = "fr-bepo";
+    console.font = "Lat2-Terminus16";
     i18n = {
-      consoleFont = "Lat2-Terminus16";
-      consoleKeyMap = "fr-bepo";
       defaultLocale = "en_US.UTF-8";
     };
   };