Skip to content

Instantly share code, notes, and snippets.

{ config, pkgs, ... }:
{
imports =
[ ./hardware-configuration.nix ];
# System
networking.hostName = "nix";
i18n.defaultLocale = "en_US.UTF-8";
console.keyMap = "us";