mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-26 10:13:25 +01:00
a2886940f4
Might change this later once home-manager and nixos modules are separated.
12 lines
328 B
Nix
12 lines
328 B
Nix
{
|
|
hostname = "nixos";
|
|
system = "x86_64-linux";
|
|
timezone = "America/New_York";
|
|
hostHardwareConfiguration = ./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";
|
|
defaultBrowser = "librewolf";
|
|
}
|