change many thing

This commit is contained in:
atagen 2026-02-16 11:32:22 +11:00
parent b2d69d270e
commit fe668b5b9e
30 changed files with 632 additions and 470 deletions

View file

@ -2,4 +2,5 @@
{
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
services.xserver.videoDrivers = [ "i915" ];
services.xserver.xkb.options = "caps:escape";
}

View file

@ -1,9 +1,7 @@
{ ... }:
{
networking.hostName = "adrift"; # Define your hostname.
_: {
networking.hostName = "adrift";
time.timeZone = "Australia/Sydney";
time.hardwareClockInLocalTime = false;
i18n.defaultLocale = "en_AU.UTF-8";
i18n.supportedLocales = [ "en_AU.UTF-8/UTF-8" ];
nixpkgs.hostPlatform.system = "x86_64-linux";
}