Files
dotfiles/common/nixos.nix
2023-10-31 16:14:10 +00:00

17 lines
307 B
Nix

{ ... }:
# config that i use on all my hosts, that run native nixos
# excluding for example my phone phone
{
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";
console = {
font = "Lat2-Terminus16";
#keyMap = "at";
useXkbConfig = true; # use xkbOptions in tty.
};
}