Update NixLap

This commit is contained in:
Tibo De Peuter 2023-10-01 16:56:12 +02:00
parent 53fec1cca5
commit 729d83dfb7
5 changed files with 80 additions and 97 deletions

View file

@ -29,6 +29,18 @@
];
};
# Select internationalisation properties.
i18n.defaultLocale = "en_GB.UTF-8";
console = {
# font = "Lat2-Terminus16";
useXkbConfig = true; # use xkbOptions in tty.
};
services.xserver = {
layout = "us";
xkbVariant = "altgr-intl";
};
home-manager.useGlobalPkgs = true;
home-manager.users.tdpeuter = { pkgs, ... }: {