switch laptop config

This commit is contained in:
ParkerTenBroeck 2026-05-23 23:30:27 -04:00
parent 079b1eb5d6
commit 3a429b7fe1
10 changed files with 118 additions and 14 deletions

View file

@ -1,8 +1,8 @@
{
{ lib, ...}: {
time.timeZone = "America/Toronto";
i18n.defaultLocale = "en_CA.UTF-8";
services.xserver.xkb = {
services.xserver.xkb = lib.mkDefault {
layout = "us";
variant = "";
};