mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-07-25 17:37:10 +02:00
11 lines
301 B
Nix
11 lines
301 B
Nix
{
|
|
hostname = "nixos";
|
|
system = "x86_64-linux";
|
|
timezone = "America/New_York";
|
|
hostHardwareConfiguration = ../hosts/laptop.nix;
|
|
stateVersion = "22.11";
|
|
defaultLocale = "ja_JP.UTF-8";
|
|
supportedLocales = ["ja_JP.UTF-8/UTF-8" "en_US.UTF-8/UTF-8" "fr_FR.UTF-8/UTF-8"];
|
|
username = "user";
|
|
}
|