1
1
Fork 0

Enable defaults.i18n

This commit is contained in:
Tim Van Baak 2023-08-02 17:09:23 +00:00
parent 72720464ec
commit 83cbd95c95
1 changed files with 0 additions and 4 deletions

View File

@ -10,7 +10,6 @@ in {
beatific.hostName = "catacomb";
beatific.defaults = {
i18n = false;
programs = false;
ssh = false;
nebula = false;
@ -32,9 +31,6 @@ in {
swapDevices = [ { device = "/swap"; size = 1024; } ];
console.keyMap = "us";
i18n.defaultLocale = "en_US.UTF-8";
environment.systemPackages = with pkgs;
let
py3-packages = python-packages: with python-packages; [